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

Merge pull request #21 from sikmir/nz-topo

Add topographic maps of New Zealand
This commit is contained in:
Martin Tůma 2018-12-13 23:57:18 +01:00 committed by GitHub
commit 4521aba2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.3" type="TMS">
<name>NZ Topo Map 250</name>
<url>http://tiles-1.topomap.co.nz/tiles-topo250-20180508/$z-$x-$y.png</url>
<zoom min="5" max="12"/>
<bounds left="165.00" right="179.00" bottom="-48.00" top="-34.00"/>
<copyright>Map data: Land Information New Zealand (LINZ)</copyright>
</map>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.3" type="TMS">
<name>NZ Topo Map 50</name>
<url>http://tiles-1.topomap.co.nz/tiles-topo50-20181002/$z-$x-$y.png</url>
<zoom min="13" max="15"/>
<bounds left="165.00" right="179.00" bottom="-48.00" top="-34.00"/>
<copyright>Map data: Land Information New Zealand (LINZ)</copyright>
</map>