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

Hi, I want to get an intersection between two streets in my city using Overpass API. When I execute it, the response takes 2 minutes or more.

Using overpass turbo:

area[name="Montevideo"]->.boundaryarea;
way(area.boundaryarea)[highway][name="Avenida Italia"];node(w)->.n1;
way(area.boundaryarea)[highway][name="Avenida Bolivia"];node(w)->.n2;
node.n1.n2;
out meta;

Using the browser:

http://overpass-api.de/api/interpreter?data=area[name="Montevideo"]->.boundaryarea;way(area.boundaryarea)[highway][name="Avenida Italia"];node(w)->.n1;way(area.boundaryarea)[highway][name="Avenida Bolivia"];node(w)->.n2;node.n1.n2;out;

Mybe I made the wrong filter?

Thanks!

asked 15 Sep '16, 18:55

PabloGarin's gravatar image

PabloGarin
11112
accept rate: 0%

edited 16 Sep '16, 09:25

escada's gravatar image

escada
19.0k16166302

general note: this help system keeps linking only a part of the URL, despite the "code" formatting.. just copy and paste it to try the URL.

(15 Sep '16, 20:59) aseerel4c26 ♦

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:

×85
×49

question asked: 15 Sep '16, 18:55

question was seen: 1,166 times

last updated: 16 Sep '16, 09:25

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