1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2025-06-29 04:29:16 +02:00

Added missing maps (NOAA & Inkatlas)

This commit is contained in:
2021-05-21 08:19:53 +02:00
parent 7a8d4d279d
commit 3e558232ee
5 changed files with 19 additions and 3 deletions

View File

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

7
maps/NOAA-charts.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>NOAA Marine Charts</name>
<url>https://tileservice.charts.noaa.gov/tiles/50000_1/$z/$x/$y.png</url>
<zoom min="4" max="17"/>
<copyright>NOAA</copyright>
</map>