mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2024-11-24 03:35:53 +01:00
Added IDECanarias and openAIP maps
This commit is contained in:
parent
0d80fd5b31
commit
3968eb9b84
@ -47,6 +47,7 @@ can use it in GPXSee.</small></p>
|
|||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td><a href="maps/unesco.xml" download><img src="tiles/unesco.png" alt="Map Preview" width="256" height="256"/></a><br/>UNESCO</td>
|
<td><a href="maps/unesco.xml" download><img src="tiles/unesco.png" alt="Map Preview" width="256" height="256"/></a><br/>UNESCO</td>
|
||||||
<td><a href="maps/marshruty.ru.xml" download><img src="tiles/marshruty.ru.jpg" alt="Map Preview" width="256" height="256"/></a><br/>marshruty.ru</td>
|
<td><a href="maps/marshruty.ru.xml" download><img src="tiles/marshruty.ru.jpg" alt="Map Preview" width="256" height="256"/></a><br/>marshruty.ru</td>
|
||||||
|
<td><a href="maps/openAIP.xml" download><img src="tiles/openAIP.png" alt="Map Preview" width="256" height="256"/></a><br/>openAIP</td>
|
||||||
<td><a href="maps/OPNVKarte.xml" download><img src="tiles/OPNVKarte.png" alt="Map Preview" width="256" height="256"/></a><br/>ÖPNVKarte</td>
|
<td><a href="maps/OPNVKarte.xml" download><img src="tiles/OPNVKarte.png" alt="Map Preview" width="256" height="256"/></a><br/>ÖPNVKarte</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@ -252,6 +253,8 @@ can use it in GPXSee.</small></p>
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="maps/IGN-mapa-raster.xml" download><img src="tiles/IGN-mapa-raster.png" alt="Map Preview" width="256" height="256"/></a><br/>Cartografía raster del IGN</td>
|
<td><a href="maps/IGN-mapa-raster.xml" download><img src="tiles/IGN-mapa-raster.png" alt="Map Preview" width="256" height="256"/></a><br/>Cartografía raster del IGN</td>
|
||||||
|
<td><a href="maps/IDECanarias.xml" download><img src="tiles/IDECanarias.jpg" alt="Map Preview" width="256" height="256"/></a><br/>IDECanarias Mapa Topográfico</td>
|
||||||
|
<td><a href="maps/IDECanarias-orto.xml" download><img src="tiles/IDECanarias-orto.jpg" alt="Map Preview" width="256" height="256"/></a><br/>IDECanarias Orto</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h3>Sweden</h3>
|
<h3>Sweden</h3>
|
||||||
|
9
maps/IDECanarias-orto.xml
Normal file
9
maps/IDECanarias-orto.xml
Normal 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
9
maps/IDECanarias.xml
Normal 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
7
maps/openAIP.xml
Normal 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>
|
BIN
tiles/IDECanarias-orto.jpg
Normal file
BIN
tiles/IDECanarias-orto.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
tiles/IDECanarias.jpg
Normal file
BIN
tiles/IDECanarias.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
tiles/openAIP.png
Normal file
BIN
tiles/openAIP.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Loading…
Reference in New Issue
Block a user