1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2025-06-07 10:43:03 +02:00

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.
This commit is contained in:
Martin Tůma 2025-05-15 08:06:31 +02:00 committed by GitHub
parent 795570d73c
commit 1a0179e1b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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