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

Hi,

I need to get all the addresses (buildings) of a street.

I currently have a query that gets me all the streets in an area:

[out:json][timeout:2500]; {{geocodeArea:Rome}}->.searchArea; ( way["highway"]"name"; ); for (t["name"]) { make street name=_.val; out; }.

But I can't get the data for each building on those streets.

Can you help me?

Thanks in advance

asked 25 Oct '22, 10:51

Pelioro's gravatar image

Pelioro
21112
accept rate: 0%

Please don't duplicate posts. Publish a routine that you've used & works.

(25 Oct '22, 11:05) DaveF

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:

×228
×202

question asked: 25 Oct '22, 10:51

question was seen: 556 times

last updated: 25 Oct '22, 11:05

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