mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2024-11-24 03:35:53 +01:00
Compare commits
No commits in common. "de80c4d700d1b978adab003600e68bb54338e9ac" and "57f7593cdeee1b68fd12d9bd7f475534b8c61685" have entirely different histories.
de80c4d700
...
57f7593cde
@ -50,7 +50,6 @@ can use it in GPXSee.</small></p>
|
||||
<td><a href="maps/Thunderforest-Transport.tpl" download><img src="tiles/Thunderforest-Transport.png" alt="Map Preview" width="256" height="256"/></a><br/>Thunderforest - Transport <small>[TPL]</small></td>
|
||||
<td><a href="maps/unesco.xml" download><img src="tiles/unesco.png" alt="Map Preview" width="256" height="256"/></a><br/>UNESCO</td>
|
||||
</tr><tr>
|
||||
<td><a href="maps/VersaTiles.xml" download><img src="tiles/VersaTiles.png" alt="Map Preview" width="256" height="256"/></a><br/>VersaTiles</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>
|
||||
|
@ -2,6 +2,7 @@
|
||||
<map xmlns="http://www.gpxsee.org/map/1.4">
|
||||
<name>MapTiler Planet</name>
|
||||
<url>https://api.maptiler.com/tiles/v3/$z/$x/$y.pbf?key=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="15"/>
|
||||
<copyright>© MapTiler © OpenStreetMap contributors</copyright>
|
||||
|
@ -2,6 +2,7 @@
|
||||
<map xmlns="http://www.gpxsee.org/map/1.4">
|
||||
<name>OpenMapTiles Planet</name>
|
||||
<url>https://api.maptiler.com/tiles/v3-openmaptiles/$z/$x/$y.pbf?key=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="14"/>
|
||||
<copyright>© MapTiler © OpenStreetMap contributors</copyright>
|
||||
|
@ -8,6 +8,7 @@
|
||||
<map xmlns="http://www.gpxsee.org/map/1.4">
|
||||
<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>
|
||||
|
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
This map requires a style for the VersaTiles tile scheme like
|
||||
https://github.com/tumic0/QtPBFImagePlugin-styles/tree/master/VersaTiles/colorful
|
||||
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>VersaTiles</name>
|
||||
<url>https://tiles.versatiles.org/tiles/osm/$z/$x/$y</url>
|
||||
<tile type="vector" size="512"/>
|
||||
<zoom max="14"/>
|
||||
<copyright>© OpenStreetMap contributors</copyright>
|
||||
</map>
|
@ -8,6 +8,7 @@
|
||||
<map xmlns="http://www.gpxsee.org/map/1.4">
|
||||
<name>WebVektor</name>
|
||||
<url>https://sgx.geodatenzentrum.de/gdz_basemapde_vektor/tiles/v1/bm_web_de_3857/$z/$x/$y.pbf</url>
|
||||
<!-- The tile size is 512px since QtPBFImagePlugin v2, use 256 if you have v1 -->
|
||||
<tile type="vector" size="512"/>
|
||||
<zoom max="15"/>
|
||||
<copyright>© 2023 basemap.de / BKG | Datenquellen: © GeoBasis-DE</copyright>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 66 KiB |
Loading…
Reference in New Issue
Block a user