Opened 13 years ago
Last modified 12 years ago
#7847 closed defect
Josm can't process deleted nodes from API after its recent change — at Version 1
Reported by: | AMDmi3 | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | Cc: | bastiK, stoecker |
Description (last modified by )
Recently, API was changed so deleted nodes no longer have lat/lon attributes:
http://git.openstreetmap.org/rails.git/commitdiff/2c67c07
Example of such node:
http://api.openstreetmap.org/api/0.6/nodes?nodes=923871376
Josm doesn't handle such nodes.
If a changeset containing such node is updated, josm will not accept data it gets from API with Null Pointer Exception.
OSM file which demonstrates this problem is attached.
Daeron from #osm-dev has a patch, but it's unknown to not break something else:
http://elanor.mine.nu/daeron/deleted-node-no-coordinates.patch
Change History (2)
by , 13 years ago
Attachment: | josm-deleted-node-test.osm added |
---|
comment:1 by , 13 years ago
Description: | modified (diff) |
---|