Have I tagged this building correctly? outline -> with the Then the parking garage entrance -> Would the same rational apply if the parking is underground? asked 04 Dec '21, 07:33 arkriger edited 04 Dec '21, 12:46 |
One Answer:
Nice example, but I think it is incomplete and uses level tag in a way different from its typical usage:
answered 04 Dec '21, 10:02 SK53 ♦ |
Thank you.
I meant;
building:levels=*
.I've changed the question to more accurately reflect the challenge.
amenity=parking
it is.I think I understand why a node
amenity=parking
is preferred.The
building:part=parking + amenity=parking
will override thebuilding name=*
. The building name will not render; only the P symbol.I've dropped a node
amenity=parking + parking=multi-story
while keeping thebuilding:part=parking + parking=multi-story
.Is this bad practice? To duplicate in this way?
Would removing the
parking=multi-story
from thebuilding
be better? - (sincebuilding:part=parking
accounts for this)Obviously where there are no conflicts
building:part=parking + parking=multi-story + amenity=parking + building:levels=*
would be the way to go.