Opened 5 years ago
Last modified 2 years 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 , 5 years ago
| Attachment: | osm-node-same-latlon.osm added |
|---|
by , 5 years ago
| Attachment: | osm-node-same-latlon.geojson added |
|---|
by , 5 years ago
| Attachment: | dialog-resolve-colocated-nodes.png added |
|---|
by , 5 years ago
| Attachment: | colocated-nodes.patch added |
|---|
comment:1 by , 5 years ago
comment:2 by , 5 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 , 4 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 , 2 years ago
Hello,
I'm very interested in this patch. When does it plan to be released?
Thank you,
Leo
comment:5 by , 2 years ago
| Priority: | normal → major |
|---|
comment:6 by , 2 years ago
| Component: | Core → Core geojson |
|---|---|
| Keywords: | geojson removed |



org.openstreetmap.josm.gui.ConditionalOptionPaneUtilfor the remember this/that logic