diff --git a/index.html b/index.html index 8938152..363a8ca 100644 --- a/index.html +++ b/index.html @@ -285,6 +285,14 @@ can use it in GPXSee.

Map Preview
Swisstopo Aerial [TPL] +

United Kingdom (Great Britain)

+ + + + + + +
Map Preview
OS Leisure [TPL]
Map Preview
OS Outdoor [TPL]
Map Preview
OS Road [TPL]

North America

Canada

diff --git a/maps/OS-Leisure.tpl b/maps/OS-Leisure.tpl new file mode 100644 index 0000000..27c19e9 --- /dev/null +++ b/maps/OS-Leisure.tpl @@ -0,0 +1,8 @@ + + + OS Leisure + https://api.os.uk/maps/raster/v1/wmts?key=insert-your-apikey-here + Ordnance Survey + Leisure_27700 + EPSG:27700 + diff --git a/maps/OS-Outdoor.tpl b/maps/OS-Outdoor.tpl new file mode 100644 index 0000000..bc88a5a --- /dev/null +++ b/maps/OS-Outdoor.tpl @@ -0,0 +1,8 @@ + + + OS Outdoor + https://api.os.uk/maps/raster/v1/wmts?key=insert-your-apikey-here + Ordnance Survey + Outdoor_3857 + EPSG:3857 + diff --git a/maps/OS-Road.tpl b/maps/OS-Road.tpl new file mode 100644 index 0000000..5f50065 --- /dev/null +++ b/maps/OS-Road.tpl @@ -0,0 +1,8 @@ + + + OS Road + https://api.os.uk/maps/raster/v1/wmts?key=insert-your-apikey-here + Ordnance Survey + Road_3857 + EPSG:3857 + diff --git a/tiles/OS-Leisure.png b/tiles/OS-Leisure.png new file mode 100644 index 0000000..c04e077 Binary files /dev/null and b/tiles/OS-Leisure.png differ diff --git a/tiles/OS-Outdoor.png b/tiles/OS-Outdoor.png new file mode 100644 index 0000000..5d9f361 Binary files /dev/null and b/tiles/OS-Outdoor.png differ diff --git a/tiles/OS-Road.png b/tiles/OS-Road.png new file mode 100644 index 0000000..b4f3fbd Binary files /dev/null and b/tiles/OS-Road.png differ