Open-MSS / MSS

A QT application, a OGC web map server, a collaboration server to plan atmospheric research flights.
https://open-mss.github.io
Apache License 2.0
63 stars 82 forks source link

Interoperability with other WMS servern not always working #78

Closed ReimarBauer closed 7 years ago

ReimarBauer commented 8 years ago

Original report by Marc R. (Bitbucket: wxmetvis, ).


Top view web map service should be able to retrieve maps from WMS servers other than the MSS server. For example, satellite picture from http://eumetview.eumetsat.int/geoserver/wms.

GetCapabilities on this server returns

ERROR: 'NoneType' object has no attribute 'strip'

ReimarBauer commented 8 years ago

Original comment by Reimar Bauer (Bitbucket: ReimarBauer, GitHub: ReimarBauer).


@wxmetvis accessing that URL gives a ServiceException. Have you an example we can implement a test for this behaviour?

ReimarBauer commented 7 years ago

Original comment by Joern Ungermann (Bitbucket: joernu76, GitHub: joernu76).


The server address is http://eumetview.eumetsat.int/geoserver/wms respectively after redirects http://eumetview.eumetsat.int:80/geoserv/wms

ReimarBauer commented 7 years ago

Original comment by Reimar Bauer (Bitbucket: ReimarBauer, GitHub: ReimarBauer).


Fixed an attribute access that might raise an exception

Resolve issue #78