mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 00:32:33 +00:00
direction markers
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user