Opened 4 years ago
Last modified 12 months ago
#20898 needinfo enhancement
[WIP patch] Warn when nodes are 'merged' on geojson import
Reported by: | ljdelight | Owned by: | ljdelight |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core geojson | Version: | |
Keywords: | import colocated nodes | Cc: |
Description
When importing a file with nodes having the same latlon, there's different import behvior between .osm and .geojson. Sample files are attached.
The .osm imports and keeps the nodes at the same latlon as separate nodes. The .geojson import will 'merge' the nodes and may drop data.
To resolve this, the user is asked if they'd like to keep One node (keeping with how JOSM has been working) or keep all nodes (keeping with how an .osm is imported).
Attachments (4)
Change History (10)
by , 4 years ago
Attachment: | osm-node-same-latlon.osm added |
---|
by , 4 years ago
Attachment: | osm-node-same-latlon.geojson added |
---|
by , 4 years ago
Attachment: | dialog-resolve-colocated-nodes.png added |
---|
by , 4 years ago
Attachment: | colocated-nodes.patch added |
---|
comment:1 by , 4 years ago
comment:2 by , 3 years ago
Hi @simon04, I have using 'duplicated notes' and I'm looking into getting the dialog refactored to use the ConditionalOptionPaneUtil.
comment:3 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
Summary: | [patch] Warn when nodes are 'merged' on geojson import → [WIP patch] Warn when nodes are 'merged' on geojson import |
comment:4 by , 12 months ago
Hello,
I'm very interested in this patch. When does it plan to be released?
Thank you,
Leo
comment:5 by , 12 months ago
Priority: | normal → major |
---|
comment:6 by , 12 months ago
Component: | Core → Core geojson |
---|---|
Keywords: | geojson removed |
org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
for the remember this/that logic