03.04.2020, 08:04
Hello, on my newest version of RouteConverter does the "Map Kompass Touristik (online)" not work. Does anybody have a idea how to solve the problem?
Thank you, JMZ
Thank you, JMZ
Map: Kompass Touristik (online)
|
03.04.2020, 08:04
Hello, on my newest version of RouteConverter does the "Map Kompass Touristik (online)" not work. Does anybody have a idea how to solve the problem?
Thank you, JMZ
03.04.2020, 10:12
The map is currently configured to
Code: <mapServer id="Kompass Touristik" name="Kompass Touristik Wanderkarte" minZoom="5" maxZoom="15"> It seems they've changed their infrastructure for https://www.kompass.de/wanderkarte/tour-planen/ I see tile load requests with API Keys like this: Basiskarte: https://map1.kompass.de/11/1087/717/komp...cb4e28e847 https://map2.kompass.de/11/1087/718/komp...cb4e28e847 Winter: https://map1.kompass.de/14/8706/5744/kom...cb4e28e847 OSM: https://map2.kompass.de/14/8703/5744/kom...cb4e28e847 So please configure your RouteConverter and figure out how stable these URLs are – and come back here to report.
--
Christian
03.04.2020, 21:50
Hello Christian
You wrote "So please configure your RouteConverter and figure out how stable these URLs are" I don't know what you mean with configure "RouteConverter", how can this be done? If I use an URL like 'https://map1.kompass.de/10/1087/717/kompass_topo?key=2ba8c124-38b6-11e7-ade1-e0cb4e28e847', the only answer I get is "In dieser Zoomstufe sind keine Daten verfügbar".
04.04.2020, 17:32
(03.04.2020, 21:50)JMZ-CH Wrote: You wrote "So please configure your RouteConverter and figure out how stable these URLs are" That why I've linked with configure your RouteConverter to the post explaining the configuration mechanism. It's https://forum.routeconverter.com/thread-2734.html
--
Christian
Hello, I think I found the reason of the malfunction:
Actual configuration (not working) of the xml: <mapServer id="Kompass Touristik" name="Kompass Touristik Wanderkarte" minZoom="5" maxZoom="15"> <host>ec0.cdn.ecmaps.de</host> <host>ec1.cdn.ecmaps.de</host> <host>ec2.cdn.ecmaps.de</host> <urlPattern> http://#{host}/WmsGateway.ashx.jpg?Experience=kompass&MapStyle=KOMPASS%20Touristik&TileX=#{tilex}&TileY=#{tiley}&ZoomLevel=#{zoom} </urlPattern> <copyright>Kompass</copyright> </mapServer> The string in urlPattern "Experience=kompass" should be changed to "Experience=ecmaps" I it also possible to add 5 more <host>: <host>ec3.cdn.ecmaps.de</host> <host>ec0.ecmaps.de</host> <host>ec1.ecmaps.de</host> <host>ec2.ecmaps.de</host> <host>ec3.ecmaps.de</host> The new configution could look like this: <mapServer id="Kompass Touristik" name="Kompass Touristik Wanderkarte" minZoom="5" maxZoom="15"> <host>ec0.cdn.ecmaps.de</host> <host>ec1.cdn.ecmaps.de</host> <host>ec2.cdn.ecmaps.de</host> <host>ec3.cdn.ecmaps.de</host> <host>ec0.ecmaps.de</host> <host>ec1.ecmaps.de</host> <host>ec2.ecmaps.de</host> <host>ec3.ecmaps.de</host> <urlPattern> http://#{host}/WmsGateway.ashx.jpg?Experience=ecmaps&MapStyle=KOMPASS%20Touristik&TileX=#{tilex}&TileY=#{tiley}&ZoomLevel=#{zoom} </urlPattern> <copyright>Kompass</copyright> </mapServer>
07.04.2020, 13:57
Dear JMZ-CH,
thank you for your help. Now the map seems to work again! I've updated the data on the server so other users can profit it, too.
--
Christian
06.05.2020, 12:29
(07.04.2020, 13:57)routeconverter Wrote: Dear JMZ-CH,Hallo Christian, habe jetzt nochmal alle Karten Aufrufe, die ich so nutze getestet. Dabei ist mir aufgefallen, dass die Kompass Touristik Karte (bei mir) mit den letzten Pre Versionen nicht mehr öffnet -Log1 Vergleiche ich den entsprechenden Eintrag in meiner mapservers.xml mit dem in dem Post vom 5.4.2020 finde ich Unterschiede: meine xml: http://#{host}/WmsGateway.ashx.jpg?Experience=ecmaps&MapStyle=KOMPASS%20Touristik&TileX=#{tilex}&TileY=#{tiley}&ZoomLevel=#{zoom} 5.4.2020: http://#{host}/WmsGateway.ashx.jpg?Experience=ecmaps&MapStyle=KOMPASS%20Touristik&TileX=#{tilex}&TileY=#{tiley}&ZoomLevel=#{zoom} Kopiere ich die gesamte obige Konfiguration in meine mapserver.xml sehe ich neben meinen offline Karten nur die OpenStreetMap DefaultMap (online) -Log2 Getestet mit der Pre Version .111. Viele Grüße Wilfried ![]() ![]()
06.05.2020, 13:52
(06.05.2020, 12:29)WWAK Wrote: meine xml: Hallo Wilfried, ich verstehe nicht, warum Du ecmaps rot gefärbt hast. Das ist doch identisch. Oder meintest Du das Ampersand? & vs & Und wenn ich URLs wie http://ec0.ecmaps.de/WmsGateway.ashx.jpg...oomLevel=9 http://ec2.cdn.ecmaps.de/WmsGateway.ashx...oomLevel=9 aufrufe, bekomme ich 403er. Demnach dürfte die Karte auch bei Dir nicht mehr funktionieren, oder?
--
Christian
06.05.2020, 18:15
Hallo Christian,
Du hast Recht, die Kompass Karte funktioniert bei mir nicht und ich bekomme auch jeweils die 403 Fehler, wenn ich deine beiden URLs: http://ec0.ecmaps.de/WmsGateway.ashx.jpg...oomLevel=9 http://ec2.cdn.ecmaps.de/WmsGateway.ashx...oomLevel=9 aufrufe. Frage nach der roten Markierung: Die habe ich nicht eingefügt, sondern sie aus dem Post Geschrieben von JMZ-CH - 05.04.2020, 10:27 übernommen. Und, wenn ich dies hier richtig verstehe, hat die Karte so um den 7.4.2020 mal funktioniert und jetzt? Geschrieben von routeconverter - 07.04.2020, 14:57 Dear JMZ-CH, thank you for your help. Now the map seems to work again! I've updated the data on the server so other users can profit it, too. Formales Zitieren klappt bei mir nicht so richtig, ich muß copy and paste nutzen. Viele Grüße Wilfried
07.05.2020, 07:46
(06.05.2020, 18:15)WWAK Wrote: Und, wenn ich dies hier richtig verstehe, hat die Karte so um den 7.4.2020 mal funktioniert und jetzt? Sie hat funktioniert. Und jetzt hat der Anbieter (wie so viele andere auch) den Zugriff für Dritte erschwert. Bis jemand herausfindet, wie man das umgeht. Auf der Website sieht man eine Möglichkeit mit Schlüssel, die wahrscheinlich zu häufig rotiert werden, um sie in RouteConverter zentral nachzupflegen: https://map1.kompass.de/9/270/180/kompas...cb4e28e847
--
Christian |
« Next Oldest | Next Newest »
|