[Improovement] Google Maps list import, re-import deduplication #1550
Replies: 1 comment
|
Fixed, and it lands in 4.0.0. The cause was smaller than it looks: the duplicate check only ever compared names, falling back to coordinates for places that had no name at all. A renamed place matched on neither. Meanwhile the Google feature id had been stored on every imported place the whole time — it was simply never read. It is read now, and first: a place is recognised by its I deliberately did not just widen the coordinate check instead. That would have merged the restaurant and the bar in the same building, which is a worse failure than the one you reported. Copying places out of a Collections list into a trip gets the same fix, since it was carrying its own copy of the old logic. |
Uh oh!
There was an error while loading. Please reload this page.
When I import a list from google maps, if I rename a place and then re-import the list, that place will be duplicated.


For me, this is an issue, because, as in this case, I need to rename the places to be able to understand the name and it get duplicated :(
All reactions