#3614 closed defect (fixed)
JOSM not displaying all loaded ways.
Reported by: | delta_foxtrot2 | Owned by: | team |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: | delta_foxtrot2 |
Description
If I download this area:
http://www.openstreetmap.org/?lat=-21.6709&lon=147.2176&zoom=14
and then download this area:
http://www.openstreetmap.org/?lat=-21.46919&lon=146.90355&zoom=16
The boundary isn't displayed and this error appears at the console:
Sep 29, 2009 2:08:17 PM org.openstreetmap.josm.data.osm.visitor.MergeVisitor mergeById
WARNING: My primitive with id 32259742 and version 0 is visible although their primitive with lower version 1 is not visible. Cant deal with this inconsistency. Keeping my primitive.
Sep 29, 2009 2:08:17 PM org.openstreetmap.josm.data.osm.visitor.MergeVisitor mergeById
WARNING: My primitive with id 32288978 and version 0 is visible although their primitive with lower version 1 is not visible. Cant deal with this inconsistency. Keeping my primitive.
You can get the exact same issue if you delete any loaded layers and load the areas in reverse, the second loaded area won't show the admin boundary. The end result is I think the area has been deleted so I add the area in again.
Attachments (0)
Change History (12)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Priority: | critical → blocker |
---|
comment:3 by , 15 years ago
Summary: | missing boundaries → JOSM not displaying all loaded ways. |
---|
comment:4 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
Replying exactly what you describe above but can't reproduce: no console output, no problem.
What version are you working with? OS? Java version? Plugins?
comment:5 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | needinfo → new |
$ java -version
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)
Last Changed Author: stoecker
Last Changed Rev: 2209
Last Changed Date: 2009-09-28 17:35:06 +0200 (Mon, 28 Sep 2009)
Same thing happened in 2206 as well. This problem didn't occur until I upgraded to 2206, not sure what version I was using before that, but I upgraded to 2206 because the wmsplugin wasn't working.
comment:6 by , 15 years ago
Complete output from following my above instructions:
GET http://api.openstreetmap.org/api/capabilities... OK Communications with http://api.openstreetmap.org/api established using protocol version 0.6. GET http://api.openstreetmap.org/api/0.6/map?bbox=147.206613671875,-21.6763931640625,147.228586328125,-21.6654068359375 returning array list with size: 756 GET http://api.openstreetmap.org/api/0.6/map?bbox=146.90080341796875,-21.470563291015626,146.90629658203125,-21.467816708984376 returning array list with size: 833 returning array list with size: 833 Sep 29, 2009 4:30:42 PM org.openstreetmap.josm.data.osm.visitor.MergeVisitor mergeById WARNING: My primitive with id 32259742 and version 0 is visible although their primitive with lower version 1 is not visible. Cant deal with this inconsistency. Keeping my primitive. Sep 29, 2009 4:30:42 PM org.openstreetmap.josm.data.osm.visitor.MergeVisitor mergeById WARNING: My primitive with id 32288978 and version 0 is visible although their primitive with lower version 1 is not visible. Cant deal with this inconsistency. Keeping my primitive.
comment:7 by , 15 years ago
Same problem here! ANY second download produces several MergeVisitor-Failures! It does not matter if the second download is overlapping the first one or not.
Java 1.6.0_15, Windows XP and Windows Vista, JOSM 2209
comment:8 by , 15 years ago
Reproducable here as well using Java 1.6.0_16, Vista64, JOSM 2209.
Steps to reproduce:
1) Download an area
2) Download an area with new ways connecting to nodes already downloaded in step 1
Result:
Nodes of the new ways are shown but not the way itself.
comment:10 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ticket #3610 has been marked as a duplicate of this ticket.