tumic0 / GPXSee-maps

GPXSee maps
https://maps.gpxsee.org
The Unlicense
33 stars 10 forks source link

OpenAIP map #46

Closed scls19fr closed 3 years ago

scls19fr commented 3 years ago

Hello,

Related to https://github.com/tumic0/GPXSee-maps/issues/45#issuecomment-719634297

I tried to create an OpenAIP.xml file for GPXSee using

<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4" type="TMS">
    <name>Open AIP</name>
    <url>http://$s.tile.maps.openaip.net/geowebcache/service/tms/1.0.0/openaip_basemap@EPSG%3A900913@png/$z/$x/$y.png</url>
    <zoom min="4" max="14"/>
    <tile size="256"/>
    <copyright>© OpenAIP</copyright>
</map>

but it seems that $s is currently not supported so I changed to

<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4" type="TMS">
    <name>Open AIP</name>
    <url>http://1.tile.maps.openaip.net/geowebcache/service/tms/1.0.0/openaip_basemap@EPSG%3A900913@png/$z/$x/$y.png</url>
    <zoom min="4" max="14"/>
    <tile size="256"/>
    <copyright>© OpenAIP</copyright>
</map>

Maybe this map could be added to this repository?

Kind regards

PS : will need https://github.com/tumic0/GPXSee/issues/317

tumic0 commented 3 years ago

Added in 506453dc58699893e3347be2e7287599d5ec1244