11.03.2021, 19:12
Safar will not load cross origin HTTP/HTTPS for Kompass maps in Mapbox/Leaflet as A below but I can't get B to work as it just says that there are no tiles at this address. Is there a syntax for HTTP that will work on Safari? Other browsers are not a problem as you can allow CORS.
A: 'http://ec{s}.cdn.ecmaps.de/WmsGateway.ashx.jpg?Experience=ecmaps&MapStyle=KOMPASS%20Touristik&TileX={x}&TileY={y}&ZoomLevel={z}&LicenceKey=AAAA',
B: 'https://map2.kompass.de/{z}/{y}/{x}/kompass_osm?key=AAAA',
Thanks
A: 'http://ec{s}.cdn.ecmaps.de/WmsGateway.ashx.jpg?Experience=ecmaps&MapStyle=KOMPASS%20Touristik&TileX={x}&TileY={y}&ZoomLevel={z}&LicenceKey=AAAA',
B: 'https://map2.kompass.de/{z}/{y}/{x}/kompass_osm?key=AAAA',
Thanks