A web based tool for making MapLibre GL maps with data from sources such as Overpass, GeoJSON, GPX, KML, TCX, etc
Ultra (née Overpass Ultra) is a web-application made to simplify making maps with MapLibre GL
JS.
- Stable version - overpass-ultra.us (config)
- Latest version - ultra.trailsta.sh (config)
- OHM version - ohm.overpass-ultra.us (config)
The documentation for Ultra is available at overpass-ultra.us/docs.
Various aspects of Ultra, such as styling, can be configured via YAML
front-matter.
Ultra supports styling using an
extended version of the the MapLibre
Style Spec.
See the Styling section for more information.
While Ultra has been in development for a while, it should still be considered
experimental.
If you would like to report a bug or provide other feedback, please do so in the project's
Issue Tracker.
````
npm install
npm start # for a Development server listening at http://localhost:8000
npm run build # for a build in ./dist
Ultra is licensed under the MIT license.