1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2025-06-29 04:29:16 +02:00

Added IDECanarias and openAIP maps

This commit is contained in:
2020-12-10 00:21:13 +01:00
parent 0d80fd5b31
commit 3968eb9b84
7 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMS">
<name>IDECanarias Orto</name>
<url>https://idecan1.grafcan.es/ServicioWMS/OrtoUrb</url>
<copyright>© GRAFCAN, non-commercial use only</copyright>
<layer>OrtoExpressUrb</layer>
<crs>EPSG:32628</crs>
<format>image/jpeg</format>
</map>

9
maps/IDECanarias.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMS">
<name>IDECanarias Mapa Topográfico</name>
<url>https://idecan1.grafcan.es/ServicioWMS/MT20</url>
<copyright>© GRAFCAN, non-commercial use only</copyright>
<layer>WMS_MT20</layer>
<crs>EPSG:32628</crs>
<format>image/jpeg</format>
</map>

7
maps/openAIP.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4" type="TMS">
<name>openAIP</name>
<url>http://1.tile.maps.openaip.net/geowebcache/service/tms/1.0.0/openaip_basemap@EPSG%3A900913@png/$z/$x/$y.png</url>
<zoom min="4" max="14"/>
<copyright>© openAIP, CC BY-NC-SA</copyright>
</map>