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

Hello,
I'm new in OSM and I want to create some queries, using overpass turbo.
Is it possible to get a connected way between two nodes? For example I want to receive a part of a highway/motorhighway between two motorway junctions.
Is this possible?

I only want to make queries on existing OSM data with overpass turbo.
My first test looks like this:


// select nodes:
(
node[name="Baiersdorf-Nord"];
node[name="Erlangen-Nord"];
);
(._;>;);
out meta;

I would like to draw the highway and export the data between this nodes.
Is this possible?

Thank you.

asked 20 Jan '18, 16:40

JarJarDingsBums's gravatar image

JarJarDingsBums
11112
accept rate: 0%

edited 21 Jan '18, 13:05

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

2

hi, welcome to OSM! Do you want to add new data to OSM (draw) or do you want to make queries to the existing OSM data using overpass turbo? Can you provide an example query?

(20 Jan '18, 23:53) aseerel4c26 ♦

Thank you for your reply! [moderator edit: text added to question text]

(21 Jan '18, 11:40) JarJarDingsBums

Hi! Has anybody an idea?

Thanks.

(27 Jan '18, 10:26) JarJarDingsBums

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
×315
×228
×205
×163

question asked: 20 Jan '18, 16:40

question was seen: 1,809 times

last updated: 27 Jan '18, 10:26

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