Opened 22 months ago
Last modified 21 months ago
#20898 needinfo enhancement
[WIP patch] Warn when nodes are 'merged' on geojson import
Reported by: | ljdelight | Owned by: | ljdelight |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | import geojson 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 (7)
Changed 22 months ago by
Attachment: | osm-node-same-latlon.osm added |
---|
Changed 22 months ago by
Attachment: | osm-node-same-latlon.geojson added |
---|
Changed 22 months ago by
Attachment: | dialog-resolve-colocated-nodes.png added |
---|
Changed 22 months ago by
Attachment: | colocated-nodes.patch added |
---|
comment:1 Changed 22 months ago by
comment:2 Changed 22 months ago by
Hi @simon04, I have using 'duplicated notes' and I'm looking into getting the dialog refactored to use the ConditionalOptionPaneUtil.
comment:3 Changed 21 months ago by
Owner: | changed from team to ljdelight |
---|---|
Status: | new → needinfo |
Summary: | [patch] Warn when nodes are 'merged' on geojson import → [WIP patch] Warn when nodes are 'merged' on geojson import |
org.openstreetmap.josm.gui.ConditionalOptionPaneUtil
for the remember this/that logic