This commit is contained in:
justin4046
2024-09-12 14:52:12 -05:00
committed by wiedehopf
parent e27677111e
commit 37a2bdfc78

View File

@@ -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'
}));
}