Skip to content

bjohas/overpass-ide

This branch is 592 commits ahead of jongleur1983/overpass-ide:gh-pages.

Folders and files

NameName
Last commit message
Last commit date
Jul 27, 2016
Jun 6, 2016
Feb 14, 2016
Jul 27, 2016
Jul 27, 2016
Jul 27, 2016
Jan 2, 2015
Jan 16, 2015
Aug 20, 2015
Dec 29, 2015
Jun 6, 2016
Oct 13, 2012
Jun 6, 2016
Jan 2, 2015
Dec 7, 2013
Jan 21, 2013
Jul 27, 2016
Sep 12, 2015
Feb 17, 2014
Jun 6, 2016
Oct 12, 2015
Dec 29, 2015
Jan 23, 2013

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

install & run

This application runs out of the box (no special installation is needed). Just put the repository on a web server (e.g. Apache or something slimmer) and point your browser to index.html. 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 pegjs.

About

IDE for overpass queries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • HTML 2.5%
  • CSS 2.0%
  • Makefile 0.3%