mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2025-06-29 04:29:16 +02:00
Added missing, recently added, maps
This commit is contained in:
15
maps/Mapbox.tpl
Normal file
15
maps/Mapbox.tpl
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
This map requires a style for the Mapbox tile scheme like
|
||||
https://github.com/tumic0/QtPBFImagePlugin-styles/tree/master/Mapbox/bright
|
||||
The default OpenMapTiles tile scheme style included in QtPBFImagePlugin
|
||||
won't display the map properly!
|
||||
-->
|
||||
<map xmlns="http://www.gpxsee.org/map/1.3">
|
||||
<name>Mapbox Vector Tiles</name>
|
||||
<url>https://c.tiles.mapbox.com/v4/mapbox.mapbox-streets-v7/$z/$x/$y.vector.pbf?access_token=insert-your-apikey-here</url>
|
||||
<!-- The tile size is 512px since QtPBFImagePlugin v2, use 256 if you have v1 -->
|
||||
<tile type="vector" size="512"/>
|
||||
<zoom max="18"/>
|
||||
<copyright>© Mapbox, © OpenStreetMaps</copyright>
|
||||
</map>
|
7
maps/OpenTopoMap-RU.xml
Normal file
7
maps/OpenTopoMap-RU.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map xmlns="http://www.gpxsee.org/map/1.4">
|
||||
<name>OpenTopoMap.ru</name>
|
||||
<url>https://tile-a.opentopomap.ru/$z/$x/$y.png</url>
|
||||
<zoom max="18"/>
|
||||
<copyright>Map data: © OpenStreetMap contributors (ODbL), SRTM | Map style: © OpenTopoMap, OpenTopoap.ru (CC-BY-SA)</copyright>
|
||||
</map>
|
15
maps/here-vector.tpl
Normal file
15
maps/here-vector.tpl
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
This map requires a style for the Tilezen tile scheme like
|
||||
https://github.com/tumic0/QtPBFImagePlugin-styles/blob/master/Tilezen/apollo-bright/style.json
|
||||
The default OpenMapTiles tile scheme style included in QtPBFImagePlugin
|
||||
won't display the map properly!
|
||||
-->
|
||||
<map xmlns="http://www.gpxsee.org/map/1.4">
|
||||
<name>HERE Vector Tiles</name>
|
||||
<url>https://vector.hereapi.com/v2/vectortiles/base/mc/$z/$x/$y/omv?apiKey=insert-your-apikey-here</url>
|
||||
<!-- The tile size is 512px since QtPBFImagePlugin v2, use 256 if you have v1 -->
|
||||
<tile type="vector" size="512"/>
|
||||
<zoom min="1" max="17"/>
|
||||
<copyright>HERE maps (various 3rd party sources)</copyright>
|
||||
</map>
|
Reference in New Issue
Block a user