use parent field values from same layer when deduplicating#1554
use parent field values from same layer when deduplicating#1554missinglink wants to merge 2 commits intomasterfrom
Conversation
|
Coming back to this now after thinking it over... I think it's good to merge, the concept that the parent names at the same layer as the feature can be used for deduplication is logical and unlikely to cause error. The issue description was missing the concrete example which was included in the tests:
The |
…er when deduplicating
8984c03 to
c5021b4
Compare
In some cases the parent hierarchy contains tokens which are relevant for deduplication.
For example if we have a
geonamesrecord onlayer=localitywith thename.default="Land Berlin"and alsoparent.locality=["Berlin"].In this case we can use the parent field provided by the PIP service to assist in the deduplication process.