Problem (bug?) with reading WMS capabilities

Started by marlasr, October 16, 2018, 11:11:23 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

marlasr

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.