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

13 lines (12 loc) 199 B
export const defaultMode = "ide"; export const modes = { ide: { settings: { url: "https://ultra.trailsta.sh", options: { hash: "m" }, }, }, map: { settings: {}, }, };