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

Is there a possibility that a NODE could be included in multiple WAYs?

asked 11 Sep '15, 12:52

carlilord's gravatar image

carlilord
46226
accept rate: 0%

Is there a specific situation (e.g. a particular node/way) that you're thinking of?

(11 Sep '15, 12:58) Lightsider

no I just use the API to get the ways from a nodeID and in my code I just handled the possibility to get one way back. (I want to add lanes in my local .osm file so I can use it in a traffic simulation)

(11 Sep '15, 13:11) carlilord

Yes. :) I can think of two situations:

  • Crossing ways (e.g. a junction between two roads).
  • Overlapping ways, where two ways lie over each other (e.g. a river which also forms the border between two countries).
permanent link

answered 11 Sep '15, 13:01

Lightsider's gravatar image

Lightsider
1.5k52129
accept rate: 42%

thx didn't think about that...^^

(11 Sep '15, 13:13) carlilord
4

Or, much simpler, a street is split in two parts, and both share the connection node.

(11 Sep '15, 14:03) Frederik Ramm ♦

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:

×205
×167

question asked: 11 Sep '15, 12:52

question was seen: 1,786 times

last updated: 11 Sep '15, 14:03

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