NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I'm working on a bit of an isoline/catchment issue for some set locations.

I need to get an idea of where the road extents are within a given radius or bounding box

eg: 5km, 10km, 50km of the facility.

I can do this with queries like the one below But I don't need all 70,000 points (5mb), I just need to know the outer reachable ring. This is more of an issue on the coast where I basically need to know the closest road to the beach.

http://overpass-turbo.eu/s/sRf

[bbox:-37.964903,144.682029,-37.764903,144.882029]; way[highway~"^(unclassified|residential|living_street|service|motorway|trunk|primary|secondary|tertiary|(motorway|trunk|primary|secondary)_link)$"]->.road1; node(w.road1); out;

Any suggestions?

asked 08 Nov '17, 22:36

lobsang's gravatar image

lobsang
11112
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×483
×85

question asked: 08 Nov '17, 22:36

question was seen: 1,044 times

last updated: 08 Nov '17, 22:36

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum