Same here! I’m looking at an area where neighbourhoods have been mapped twice - as areas, for geocoding, and as nodes. I’ve been trying to figure out what to do with it, because some renderers will show the place name twice.

The solution you have described sounds good, because it should allow data consumers to deduplicate. It is sort of documented on the Wiki, under the boundary=place page, but the main Key:place page just talks about nodes or areas but not both.

I am thinking of adding something like the following:

When a settlement is mapped both as an area and as a node, the two can be combined into a relation: When the place corresponds to an administrative boundary, the place node can be added to the relation with role=label. When the boundary is not an administrative boundary (but can still be verified), use boundary=place instead.

Does that sound good to everyone?

It seems to be a not uncommon scenario. Of 135,988 suburb nodes, 9,547 or so duplicate an area, at least as far as I can see (same name, same place value, and the node is within the area). In 4,179 cases the node isn’t part of any relation.

1 Like