mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2025-06-07 10:43:03 +02:00
Make it clear the URL won't break with the next dataset update. See https://github.com/hyperknot/openfreemap/issues/76 for details.
9 lines
322 B
XML
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>
|