You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried to add a custom Tilesource from a WMS with the help of whoots.mapwarper.net. It seems that OsmAndMapCreator can't handle https properly.
Example:
Tilesource (in .metainfo): http://whoots.mapwarper.net/tms/{$z}/{$x}/{$y}/1,2,4/https://services.bgr.de/arcgis/services/geologie/guek200/MapServer/WMSServer
should return e.g. this: http://whoots.mapwarper.net/tms/11/1104/686/1,2,4/https://services.bgr.de/arcgis/services/geologie/guek200/MapServer/WMSServer
BUT, when I look into the log (starting the /OsmAndMapCreator.sh in terminal), it shows:
Of course there will be no tile found (whoots.mapservernet: "Not found. Whoots"), because the target WMS-Server is only reachable via HTTPS. It seems it is modifying the string from https://services… to http://services…
Sincerly
The text was updated successfully, but these errors were encountered:
Hi,
I tried to add a custom Tilesource from a WMS with the help of whoots.mapwarper.net. It seems that OsmAndMapCreator can't handle https properly.
Example:
Tilesource (in .metainfo):
http://whoots.mapwarper.net/tms/{$z}/{$x}/{$y}/1,2,4/https://services.bgr.de/arcgis/services/geologie/guek200/MapServer/WMSServer
should return e.g. this:
http://whoots.mapwarper.net/tms/11/1104/686/1,2,4/https://services.bgr.de/arcgis/services/geologie/guek200/MapServer/WMSServer
BUT, when I look into the log (starting the /OsmAndMapCreator.sh in terminal), it shows:
Of course there will be no tile found (whoots.mapservernet: "Not found. Whoots"), because the target WMS-Server is only reachable via HTTPS. It seems it is modifying the string from https://services… to http://services…
Sincerly
The text was updated successfully, but these errors were encountered: