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>
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>
