Skip to content
Roly Hudson edited this page May 27, 2020 · 3 revisions

OpenStreetMap_Toolkit

Getting started

See the example files in the examples folder of this toolkit:

  • Search in a bounding box bounding box search
  • Search by centre radius centre radius search
  • Search in a polygon polygon search
  • Search along a line string line string search

Download a building massing example

  • Remove https://www.overpass-api.de/api/interpreter?data=[out:json]; from the QueryBuilder.QueryString
  • Copy the remaining part. For example: (way[building](around:150,53.3352318,-6.228456);rel[building](around:150,53.3352318,-6.228456););(._;>;);out body;
  • Paste into the text box in https://overpass-turbo.eu/. overpass search
  • Click run
  • To view the result on a map, click the magnifying glass to zoom to the data returned on the map overpass search

Resources + background