direction markers

This commit is contained in:
vcoppe
2024-05-08 14:53:28 +02:00
parent 4f9025d6c1
commit 563f5e0a9c
2 changed files with 46 additions and 3 deletions

View File

@@ -278,6 +278,12 @@ export const basemaps: { [key: string]: string | Style; } = {
},
};
Object.values(basemaps).forEach((basemap) => {
if (typeof basemap === 'object') {
basemap["glyphs"] = "mapbox://fonts/mapbox/{fontstack}/{range}.pbf";
}
});
export const overlays: { [key: string]: AnySourceData; } = {
cyclOSMlite: {
type: 'raster',