Posts: 912
Threads: 52
Joined: Jan 2011
(07.05.2020, 07:46)routeconverter Wrote: 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
Würde m.M.n. auch nichts nützen. Wenn man eine Kachel direkt über ihre Adresse anwählt, kommt die Meldung "In dieser Zoomstufen sind aktuell keine Daten verfügbar", auch wenn parallel in einem weiteren Tab die Kompass-Kartenseite offen ist. Die Cache-Einträge sind alle leer (0 Byte, no last modified time, no expiration time), vermutlich ist irgendwo im Code der Webseite dafür gesorgt, daß die Kacheln nur über die Webseite abgerufen werden können.
Grüße
Hans
Posts: 103
Threads: 2
Joined: Aug 2017
(07.05.2020, 08:56)nordlicht Wrote: (07.05.2020, 07:46)routeconverter Wrote: 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
Würde m.M.n. auch nichts nützen. Wenn man eine Kachel direkt über ihre Adresse anwählt, kommt die Meldung "In dieser Zoomstufen sind aktuell keine Daten verfügbar", auch wenn parallel in einem weiteren Tab die Kompass-Kartenseite offen ist. Die Cache-Einträge sind alle leer (0 Byte, no last modified time, no expiration time), vermutlich ist irgendwo im Code der Webseite dafür gesorgt, daß die Kacheln nur über die Webseite abgerufen werden können.
Hallo zusammen,
danke für die Antworten und jetzt kann ich auch verstehen, warum die Karte nicht mehr funktioniert. Schade, aber es gibt ja noch eine gute Auswahl an Alternativen im RC. Und ich denke, es ist den Aufwand nicht wert, im RC eine Möglichkeit vorzusehen, einen Schlüssel zu hinterlegen. Noch dazu, wenn zu befürchten ist, dass der Schlüssel häufig wechselt.
Gruß
Wilfried
Posts: 1
Threads: 0
Joined: Aug 2022
(05.04.2020, 09:27)JMZ-CH Wrote: 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>
Hello,
Since a short time, MapStyle=KOMPASS%20Touristik doesn't work
http://ec2.cdn.ecmaps.de/WmsGateway.ashx...oomLevel=9
-> MapStyle unknow.
This page
https://api.routeconverter.com/v1/mapser...format=xml is not uptodate
Where can we found Experience & MapStyle values for this site :
http://ec2.cdn.ecmaps.de/WmsGateway.ashx.jpg?
Regards
Nicolas
Posts: 912
Threads: 52
Joined: Jan 2011
Hi Nicolas!
(20.08.2022, 16:19)Paour Wrote: This page https://api.routeconverter.com/v1/mapser...format=xml is not uptodate
This page is up to date. Kompass is set to "false" which means it is currently not available and does not show in the map list by default.
(20.08.2022, 16:19)Paour Wrote: Where can we found Experience & MapStyle values for this site : http://ec2.cdn.ecmaps.de/WmsGateway.ashx.jpg?
You have to work it out yourself. Kompass took measures to prevent access to the map tiles from outside their website.
Grüße
Hans