2022-06-08 00:24:22 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-05-05 19:19:48 +02:00
|
|
|
<!--
|
|
|
|
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!
|
|
|
|
-->
|
2022-06-08 00:24:22 +02:00
|
|
|
<map xmlns="http://www.gpxsee.org/map/1.4">
|
|
|
|
<name>Esri OpenStreetMap v2</name>
|
|
|
|
<url>https://basemaps.arcgis.com/arcgis/rest/services/OpenStreetMap_v2/VectorTileServer/tile/$z/$y/$x.pbf</url>
|
|
|
|
<tile type="vector" size="512"/>
|
|
|
|
<copyright>© Esri, © OpenStreetMap</copyright>
|
|
|
|
</map>
|