- https://overpass-turbo.eu/ – stable version
- https://tyrasd.github.io/overpass-turbo/ – latest version
This is a GUI for testing and developing queries for the Overpass-API. It can also used for simple analysis of OSM data.
Just point your browser to overpass-turbo.eu and start running your Overpass queries.
More information about overpass turbo is found in the OSM wiki.
Translations are managed using the Transifex platform. After signing up, you can go to overpass-turbo's project page, select a language and click Translate now to start translating.
If your language isn't currently in the list, just drop me a mail or open an issue ticket.
To download the latest translations from Transifex, run tx pull --all
using the Transifex client tx
.
overpass turbo can be linked from other applications by using URL parameters. For example, one can provide a query to load, set the initial map location, or instruct turbo to load a template.
Development is done in the master branch, stable releases are marked with git tags, the gh-pages branch contains static builds of the releases.
npm install
npm start
for a Development server listening at http://localhost:8080npm run build
for a minified build in./build