Open drnextgis opened 5 years ago
If it was a feature id, that would really be unique per feature (even across tiles), then it would be possible and would even make more sense, than the current implementation. Currently, I merges based on location (i.e. overlapping), which is not only slow, but also error prone.
Unfortunately, the specification isn't really specific. Additionally, the feature id is optional.
I see. But the idea is to take into account feature IDs if they are existing.
So the feature ID is unique per feature but same across tiles?
Exactly.
Is it possible to union features based on feature id values (FID)? It seems like "Merge tiles" doesn't respect that property. From here: