Skip to content

A web based data mining tool for OpenStreetMap using Overpass API.

License

Notifications You must be signed in to change notification settings

sosm/overpass-ide

This branch is 11 commits ahead of, 154 commits behind tyrasd/overpass-turbo:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 9, 2022
Jun 18, 2019
Oct 23, 2022
Sep 15, 2016
Nov 30, 2022
Nov 30, 2022
Oct 23, 2022
Oct 11, 2022
Oct 9, 2022
Oct 21, 2022
Oct 23, 2022
Oct 13, 2012
Oct 23, 2022
Oct 20, 2019
Oct 23, 2022
Jun 18, 2019
Jan 21, 2013
Nov 30, 2022
Jun 18, 2019
Feb 17, 2014
Nov 30, 2022
Oct 23, 2022
Jan 23, 2013
Oct 21, 2022
Oct 23, 2022

Repository files navigation

overpass turbo

This is a GUI for testing and developing queries for the Overpass-API. It can also used for simple analysis of OSM data.

Getting Started

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.

Translating

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.

Development

URL parameters

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.

git-branches

Development is done in the master branch, stable releases are marked with git tags, the gh-pages branch contains static builds of the releases.

install & run

  1. npm install
  2. npm start for a Development server listening at http://localhost:8080
  3. npm run build for a minified build in ./build

About

A web based data mining tool for OpenStreetMap using Overpass API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.6%
  • HTML 11.0%
  • CSS 3.6%
  • PEG.js 2.2%
  • Other 0.6%