OpenFlightMaps: include AIRAC cycle
Patch by Thilo Schürmann
This commit is contained in:
parent
af57a21796
commit
d408af3831
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ define([
|
||||||
"Navigation Data": L.navdbLayer(),
|
"Navigation Data": L.navdbLayer(),
|
||||||
"Other Traffic": L.aiLayer(),
|
"Other Traffic": L.aiLayer(),
|
||||||
|
|
||||||
"OpenFlightMaps": new L.TileLayer("https://nwy-tiles-api.prod.newaydata.com/tiles/{z}/{x}/{y}.png?path=2207/aero/latest", {
|
"OpenFlightMaps (AIRAC 2207)": new L.TileLayer("https://nwy-tiles-api.prod.newaydata.com/tiles/{z}/{x}/{y}.png?path=2207/aero/latest", {
|
||||||
maxZoom: 13,
|
maxZoom: 13,
|
||||||
minZoom: 7,
|
minZoom: 7,
|
||||||
attribution: '<a target="_blank" href="http://openflightmaps.org">© open flightmaps association</a>'
|
attribution: '<a target="_blank" href="http://openflightmaps.org">© open flightmaps association</a>'
|
||||||
|
|
Loading…
Reference in a new issue