mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2024-11-24 03:35:53 +01:00
Synchronized the web with the master branch
This commit is contained in:
parent
45ce670c26
commit
a723160912
@ -186,6 +186,7 @@ can use it in GPXSee.</small></p>
|
|||||||
<td><a href="maps/Sachsen-Anhalt-DOP.xml" download><img src="tiles/Sachsen-Anhalt-DOP.png" alt="Map Preview" width="256" height="256"/></a><br/>Sachsen-Anhalt DOP</td>
|
<td><a href="maps/Sachsen-Anhalt-DOP.xml" download><img src="tiles/Sachsen-Anhalt-DOP.png" alt="Map Preview" width="256" height="256"/></a><br/>Sachsen-Anhalt DOP</td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td><a href="maps/TopPlusOpen.xml" download><img src="tiles/TopPlusOpen.png" alt="Map Preview" width="256" height="256"/></a><br/>TopPlusOpen</td>
|
<td><a href="maps/TopPlusOpen.xml" download><img src="tiles/TopPlusOpen.png" alt="Map Preview" width="256" height="256"/></a><br/>TopPlusOpen</td>
|
||||||
|
<td><a href="maps/WebVektor.xml" download><img src="tiles/WebVektor.png" alt="Map Preview" width="256" height="256"/></a><br/>WebVektor</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h3>Hungary</h3>
|
<h3>Hungary</h3>
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
This map requires a style for the Esri tile scheme like
|
||||||
|
https://github.com/tumic0/QtPBFImagePlugin-styles/tree/master/Esri/street
|
||||||
|
The default OpenMapTiles tile scheme style included in QtPBFImagePlugin
|
||||||
|
won't display the map properly!
|
||||||
|
-->
|
||||||
<map xmlns="http://www.gpxsee.org/map/1.4">
|
<map xmlns="http://www.gpxsee.org/map/1.4">
|
||||||
<name>Esri OpenStreetMap v2</name>
|
<name>Esri OpenStreetMap v2</name>
|
||||||
<url>https://basemaps.arcgis.com/arcgis/rest/services/OpenStreetMap_v2/VectorTileServer/tile/$z/$y/$x.pbf</url>
|
<url>https://basemaps.arcgis.com/arcgis/rest/services/OpenStreetMap_v2/VectorTileServer/tile/$z/$y/$x.pbf</url>
|
||||||
|
15
maps/WebVektor.xml
Normal file
15
maps/WebVektor.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
This map requires a style for the WebVektor tile scheme like
|
||||||
|
https://github.com/tumic0/QtPBFImagePlugin-styles/tree/master/WebVektor/Farbe
|
||||||
|
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>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>
|
||||||
|
</map>
|
BIN
tiles/WebVektor.png
Normal file
BIN
tiles/WebVektor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
Loading…
Reference in New Issue
Block a user