How is this area coded?

Evening

Can anyone help me see how the mauve (pedestrian?) area ‘Red Lion Square’ and connected places are mapped/tagged?

https://www.openstreetmap.org/#map=19/52.65176/-0.48079

I’ve looked at the wireframe and can’t see any boundary lines at all - just highway=* and building=*

Must be missing something obvious?

Thanks,

Edward

By mauve I guess that you mean the vaguely market stall-shaped icon that represents https://www.openstreetmap.org/way/440864851 ? If so, it’s because it’s tagged “amenity=marketplace” https://wiki.openstreetmap.org/wiki/Tag:amenity=marketplace .

The actual bit of code that does this, if you’re interested, is https://github.com/gravitystorm/openstreetmap-carto/blob/f4919fff617490c6beac5a71f086d1088739b947/amenity-points.mss#L965 .

I think generally the areas you are looking at are those tagged as highway=pedestrian, area=yes. In the case of thr marketplace as SomeoneElse said the area has further tags, but that is not always the case, e.g. the area to the southwest of the marketplace has no name or other tags beyond the two I mentioned (but slightly confusingly is also represented by a linear highway=footway which does have a name).

Thanks both - thanks to your replies I discovered I needed to switch on landuse elements in the editor - which caused their boundaries to show up.