This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

draw a way between two nodes

0

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

Source code available on GitHub .