From d408af3831ca17b8f45646a84748264b5269b968 Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 1 Aug 2022 12:05:59 +0100 Subject: [PATCH] OpenFlightMaps: include AIRAC cycle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Thilo Schürmann --- Phi/topics/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Phi/topics/Map.js b/Phi/topics/Map.js index cc71c0067..8d79652e0 100644 --- a/Phi/topics/Map.js +++ b/Phi/topics/Map.js @@ -137,7 +137,7 @@ define([ "Navigation Data": L.navdbLayer(), "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, minZoom: 7, attribution: '© open flightmaps association'