mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2024-11-24 03:35:53 +01:00
Added Ordnance Survey maps
This commit is contained in:
parent
06df213434
commit
5f3b8d6906
@ -285,6 +285,14 @@ can use it in GPXSee.</small></p>
|
||||
<td><a href="maps/Swisstopo-Aerial.tpl" download><img src="tiles/Swisstopo-Aerial.png" alt="Map Preview" width="256" height="256"/></a><br/>Swisstopo Aerial <small>[TPL]</small></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h3>United Kingdom (Great Britain)</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="maps/OS-Leisure.tpl" download><img src="tiles/OS-Leisure.png" alt="Map Preview" width="256" height="256"/></a><br/>OS Leisure <small>[TPL]</small></td>
|
||||
<td><a href="maps/OS-Outdoor.tpl" download><img src="tiles/OS-Outdoor.png" alt="Map Preview" width="256" height="256"/></a><br/>OS Outdoor <small>[TPL]</small></td>
|
||||
<td><a href="maps/OS-Road.tpl" download><img src="tiles/OS-Road.png" alt="Map Preview" width="256" height="256"/></a><br/>OS Road <small>[TPL]</small></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2>North America</h2>
|
||||
<h3>Canada</h3>
|
||||
<table>
|
||||
|
8
maps/OS-Leisure.tpl
Normal file
8
maps/OS-Leisure.tpl
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS">
|
||||
<name>OS Leisure</name>
|
||||
<url>https://api.os.uk/maps/raster/v1/wmts?key=insert-your-apikey-here</url>
|
||||
<copyright>Ordnance Survey</copyright>
|
||||
<layer>Leisure_27700</layer>
|
||||
<set>EPSG:27700</set>
|
||||
</map>
|
8
maps/OS-Outdoor.tpl
Normal file
8
maps/OS-Outdoor.tpl
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS">
|
||||
<name>OS Outdoor</name>
|
||||
<url>https://api.os.uk/maps/raster/v1/wmts?key=insert-your-apikey-here</url>
|
||||
<copyright>Ordnance Survey</copyright>
|
||||
<layer>Outdoor_3857</layer>
|
||||
<set>EPSG:3857</set>
|
||||
</map>
|
8
maps/OS-Road.tpl
Normal file
8
maps/OS-Road.tpl
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS">
|
||||
<name>OS Road</name>
|
||||
<url>https://api.os.uk/maps/raster/v1/wmts?key=insert-your-apikey-here</url>
|
||||
<copyright>Ordnance Survey</copyright>
|
||||
<layer>Road_3857</layer>
|
||||
<set>EPSG:3857</set>
|
||||
</map>
|
BIN
tiles/OS-Leisure.png
Normal file
BIN
tiles/OS-Leisure.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
tiles/OS-Outdoor.png
Normal file
BIN
tiles/OS-Outdoor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
tiles/OS-Road.png
Normal file
BIN
tiles/OS-Road.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
Loading…
Reference in New Issue
Block a user