From 37a2bdfc780bd8d4c878783d81dfe06084f3ded4 Mon Sep 17 00:00:00 2001 From: justin4046 <71111866+justin4046@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:52:12 -0500 Subject: [PATCH] typo --- html/layers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/layers.js b/html/layers.js index b6e9aed..a2333d7 100644 --- a/html/layers.js +++ b/html/layers.js @@ -345,7 +345,7 @@ function createBaseLayers() { transition: tileTransition, }), name: 'IFR_AreaLow', - title: 'IRF Enroute Chart Low', + title: 'IFR Enroute Chart Low', type: 'base' })); @@ -359,7 +359,7 @@ function createBaseLayers() { transition: tileTransition, }), name: 'IFR_High', - title: 'IRF Enroute Chart High', + title: 'IFR Enroute Chart High', type: 'base' })); }