1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-11-24 03:35:53 +01:00

Use EPSG:3857 rather than EPSG:4326

This commit is contained in:
Martin Tůma 2020-12-08 21:35:06 +01:00
parent 506453dc58
commit d517b42298

View File

@ -4,5 +4,5 @@
<url>http://www.ign.es/wmts/mapa-raster</url> <url>http://www.ign.es/wmts/mapa-raster</url>
<copyright>© Instituto Geográfico Nacional</copyright> <copyright>© Instituto Geográfico Nacional</copyright>
<layer>MTN</layer> <layer>MTN</layer>
<set>EPSG:4326</set> <set>GoogleMapsCompatible</set>
</map> </map>