diff --git a/index.html b/index.html index 9c62eba..32c6f0a 100644 --- a/index.html +++ b/index.html @@ -26,20 +26,22 @@ can use it in GPXSee.

Map Preview
HERE Aerial Map [TPL] Map Preview
HERE Base Map [TPL] +Map Preview
HERE Vector Tiles [TPL] Map Preview
HikeBikeMap Map Preview
MapTiler [TPL] -Map Preview
Open Street Map +Map Preview
Mapbox Vector Tiles [TPL] +Map Preview
Open Street Map Map Preview
Open Street Map - Black and White Map Preview
Open Street Map - HiDPI + Map Preview
Open Topo Map Map Preview
Thunderforest - Landscape [TPL] - Map Preview
Thunderforest - OpenCycleMap [TPL] Map Preview
Thunderforest - Outdoors [TPL] + Map Preview
Thunderforest - Transport [TPL] Map Preview
UNESCO - Map Preview
marshruty.ru Map Preview
ÖPNVKarte @@ -209,10 +211,11 @@ can use it in GPXSee.

Map Preview
GGC 500m Map Preview
O-sport +Map Preview
OpenTopoMap.ru Map Preview
Races Map Preview
Slazav map -Map Preview
Topo 1km +Map Preview
Topo 1km Map Preview
Topo 250m Map Preview
Topo 500m diff --git a/maps/Mapbox.tpl b/maps/Mapbox.tpl new file mode 100644 index 0000000..bdea15e --- /dev/null +++ b/maps/Mapbox.tpl @@ -0,0 +1,15 @@ + + + + Mapbox Vector Tiles + https://c.tiles.mapbox.com/v4/mapbox.mapbox-streets-v7/$z/$x/$y.vector.pbf?access_token=insert-your-apikey-here + + + + © Mapbox, © OpenStreetMaps + diff --git a/maps/OpenTopoMap-RU.xml b/maps/OpenTopoMap-RU.xml new file mode 100644 index 0000000..d179c2b --- /dev/null +++ b/maps/OpenTopoMap-RU.xml @@ -0,0 +1,7 @@ + + + OpenTopoMap.ru + https://tile-a.opentopomap.ru/$z/$x/$y.png + + Map data: © OpenStreetMap contributors (ODbL), SRTM | Map style: © OpenTopoMap, OpenTopoap.ru (CC-BY-SA) + diff --git a/maps/here-vector.tpl b/maps/here-vector.tpl new file mode 100644 index 0000000..ffd77d1 --- /dev/null +++ b/maps/here-vector.tpl @@ -0,0 +1,15 @@ + + + + HERE Vector Tiles + https://vector.hereapi.com/v2/vectortiles/base/mc/$z/$x/$y/omv?apiKey=insert-your-apikey-here + + + + HERE maps (various 3rd party sources) + diff --git a/tiles/MapTiler.png b/tiles/MapTiler.png index b19a115..c007b0e 100644 Binary files a/tiles/MapTiler.png and b/tiles/MapTiler.png differ diff --git a/tiles/Mapbox.png b/tiles/Mapbox.png new file mode 100644 index 0000000..896a7ab Binary files /dev/null and b/tiles/Mapbox.png differ diff --git a/tiles/OpenTopoMap-RU.png b/tiles/OpenTopoMap-RU.png new file mode 100644 index 0000000..fe165ce Binary files /dev/null and b/tiles/OpenTopoMap-RU.png differ diff --git a/tiles/here-vector.png b/tiles/here-vector.png new file mode 100644 index 0000000..62208ed Binary files /dev/null and b/tiles/here-vector.png differ