Skip to content

tbertels/overpass-turbo

 
 

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.

Development

Build Status

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 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

Packages

No packages published

Languages

  • JavaScript 91.0%
  • HTML 4.8%
  • CSS 3.9%
  • Makefile 0.3%