UNPKG

@trailstash/ultra

Version:

A web based tool for making MapLibre GL maps with data from sources such as Overpass, GeoJSON, GPX, KML, TCX, etc

15 lines (14 loc) 215 B
export const defaultMode = "ide"; export const modes = { app: { settings: { options: { hash: "m" }, }, }, ide: { settings: { options: { hash: "m" } }, }, map: { settings: {}, }, };