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

Hey guys, I downloaded an oms file and read the data into my java project, but I found <way> without tags, but with references. What does that mean? Thank you for your help

Example:

<way id="238291291" ...=""> ... <nd ref="2461385332"/> <nd ref="2461385329"/> </way>

asked 26 Apr '20, 13:57

EHBf109's gravatar image

EHBf109
11112
accept rate: 0%


I don't know what the "nd ref" is about. But if you look at the way at https://www.openstreetmap.org/way/238291291 you will see that it is part of a relation https://www.openstreetmap.org/relation/4743472 which defines an area of scrub vegetation.

In that case the way itself need not have any tags.

permanent link

answered 26 Apr '20, 14:11

n76's gravatar image

n76
10.8k1082172
accept rate: 17%

1

The "nd ref" is just how the ids of the nodes that make up the way are listed in an OSM XML file. 2461385332 and 2461385329 are the last two nodes in that way.

(26 Apr '20, 14:38) Tordanik

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:

×2

question asked: 26 Apr '20, 13:57

question was seen: 604 times

last updated: 26 Apr '20, 14:38

Related questions

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