-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Is it preferred ultimately in NZ that the node is on the main house/building, or should the address technically be part of the parcel of land, rather than a specific building? I see you've got:
linz-address-import/src/conflate/processWithRef.ts
Lines 105 to 107 in 8fbc318
| // The node in question is perfect, but there might be other OSM features with the | |
| // same address but no ref. Some common examples include: | |
| // - (address node with linz ref) + (address on building) added by StreetComplete user |
To handle it.
But if StreetComplete users are doing a bad thing, you could get the quest disabled in NZ to stop it happening more. See for example streetcomplete/StreetComplete#714 where that was request in Italy.
If addresses should be on buildings then would moving the node be the easiest short term compromise? It would correctly locate the address/identify the building and silence StreetComplete without requiring the two bits of data to be explicitly merged. Or would the new LINZ import overwrite that moved location of the address node and undo the hard work?