1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-10-06 06:43:23 +02:00
This commit is contained in:
Martin Tůma 2020-02-22 18:40:36 +01:00
commit 883d208791
4 changed files with 24 additions and 2 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>Geographical Institute Tile (標準地図)</name>
<url>https://cyberjapandata.gsi.go.jp/xyz/std/$z/$x/$y.png</url>
<zoom min="5" max="18"/>
<bounds left="122.00" right="154.00" bottom="20.00" top="46.00"/>
<copyright>© Geospatial Information Authority of Japan (GSI), U.S. Geological Survey (USGS), British Oceanographic Data Centre (BODC)</copyright>
</map>

6
World/CyclOSM.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>CyclOSM</name>
<url>https://a.tile-cyclosm.openstreetmap.fr/cyclosm/$z/$x/$y.png</url>
<copyright>Map data: © OpenStreetMap contributors (ODbL) | Rendering: © CyclOSM</copyright>
</map>

View File

@ -1,8 +1,9 @@
<?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>MapTiler</name> <name>MapTiler</name>
<url>https://maps.tilehosting.com/data/v3/$z/$x/$y.pbf?key=insert-your-apikey-here</url> <url>https://api.maptiler.com/tiles/v3/$z/$x/$y.pbf?key=insert-your-apikey-here</url>
<tile type="vector"/> <!-- The tile size is 512px since QtPBFImagePlugin v2, use 256 if you have v1 -->
<tile type="vector" size="512"/>
<zoom max="14"/> <zoom max="14"/>
<copyright>© MapTiler © OpenStreetMap contributors</copyright> <copyright>© MapTiler © OpenStreetMap contributors</copyright>
</map> </map>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>Open Street Map - Black and White</name>
<url>https://tiles.wmflabs.org/bw-mapnik/$z/$x/$y.png</url>
<zoom max="18"/>
<copyright>Map data: OpenStreetMap contributors (ODbL) | Rendering: Wikimedia</copyright>
</map>