20.08.2022, 16:19
(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
