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

Mapping roads that are areas?

2

I come across this a lot. Today for example, A large factory with a clearly defined building and car park. There are other areas, some quite large which are (presumably) used for vehicle access of some kind. They are really areas rather than roads. How should they be mapped? On a similar theme - the MCFC ground near here has large, wide walkways and associated walk 'areas'. How should they be mapped?

asked 03 Dec '11, 10:55

RobChafer's gravatar image

RobChafer
220111117
accept rate: 0%


One Answer:

4

Usually by drawing a closed way around these areas and adding area=yes. Do not forget to connect it to the rest of the road network.

Edit: In case it was not clear, as pointed out in comments, area=yes is added to any tags, it does not replace any. In your case highway=service service=driveway area=yes for the factory and highway=pedestrian/footway area=yes for the walkways.

answered 03 Dec '11, 12:57

LM_1's gravatar image

LM_1
3.3k335188
accept rate: 10%

edited 03 Dec '11, 20:58

Any other tags (other than area)?

(03 Dec '11, 13:20) RobChafer

None that I know of.

(03 Dec '11, 14:45) LM_1
2

Just to be clear, add area=yes in addition to the tags that would you would normally use. For example: highway=pedestrian area=yes

(03 Dec '11, 20:04) DanHomerick

Source code available on GitHub .