1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2025-06-07 10:43:03 +02:00
GPXSee-maps/World/OpenFreeMap.xml
Martin Tůma 1a0179e1b0
Use a relevant placeholder
Make it clear the URL won't break with the next dataset update. See https://github.com/hyperknot/openfreemap/issues/76 for details.
2025-05-15 08:06:31 +02:00

9 lines
322 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>OpenFreeMap</name>
<url>https://tiles.openfreemap.org/planet/latest/$z/$x/$y.pbf</url>
<tile type="vector" size="512"/>
<zoom max="14"/>
<copyright>© OpenFreeMap © OpenMapTiles © OpenStreetMap contributors</copyright>
</map>