Skip to content

jongleur1983/overpass-ide

 
 

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.

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 commited to gh-pages.

install & run

This application runs out of the box (no special installation is needed). To start overpass turbo, just open index.html in a modern web browser. Recent versions of Chrome, Firefox and Opera have been tested and should work.

It is possible, to build a compacted/minified version of turbo out of the source files. For that, run make && make install after installing uglifyjs and csso: npm install uglify-js csso.

About

IDE for overpass queries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • CSS 2.2%