Opened 6 years ago
Last modified 6 years ago
#18972 closed enhancement
josm exception for a way wıthout node — at Initial Version
| Reported by: | katpatuka | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | way without nodes | Cc: | katpatuka |
Description
When uploading an .osm file I encountered an josm exception: Way -3487748 must have at least one node. Looking in the -osm file it contained:
<way id='-3487748' action='modify' visible='true'> </way>
without any <node>. No idea how that happened. I had to manually remove the code from the .osm file before I could continue uploading. At least such a case shouldn't produce an exception - a warning or a silent skip could IMO be enough. A way without nodes is not a way ;)
Note:
See TracTickets
for help on using tickets.


