Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - marlasr

#1
I am trying to get WMS data for the following geoserver:



http://kartehgss.prehnit.hr/geoserver/HGSS/wms?request=GetCapabilities">http://kartehgss.prehnit.hr/geoserver/H ... pabilities">http://kartehgss.prehnit.hr/geoserver/HGSS/wms?request=GetCapabilities



When I enter url in OruxMaps, error is thrown:

Error trying to read WMS Capabilities



I tried all permutations of above URL... like



http://kartehgss.prehnit.hr/geoserver/HGSS/wms">http://kartehgss.prehnit.hr/geoserver/HGSS/wms

http://kartehgss.prehnit.hr/geoserver/HGSS/wms">http://kartehgss.prehnit.hr/geoserver/HGSS/wms?

http://kartehgss.prehnit.hr/geoserver/HGSS/wms?service=wms&version=1.3.0">http://kartehgss.prehnit.hr/geoserver/H ... sion=1.3.0">http://kartehgss.prehnit.hr/geoserver/HGSS/wms?service=wms&version=1.3.0&  



and gazillion of others but to no avail.



Looking at the logcat log, looks like OruxMaps is trying to get some node that does not exist but code fails to check for nulls. (Always check for nulls when coding in Java!!! :))

Any idea on how to fix this?



I guess it's worth mentioning I tried to get data with QGIS from the same WMS source without any problems so I guess problem is with OruxMaps.



Many thanks in advance.