fix loading style font

This commit is contained in:
vcoppe
2026-01-04 19:29:46 +01:00
parent 256d62b29b
commit 5dcb93ca5d
2 changed files with 7 additions and 14 deletions

View File

@@ -101,9 +101,7 @@
acc: Record<string, ImportSpecification>,
imprt: ImportSpecification
) => {
if (
!['basemap', 'overlays', 'glyphs-and-sprite'].includes(imprt.id)
) {
if (!['basemap', 'overlays'].includes(imprt.id)) {
acc[imprt.id] = imprt;
}
return acc;