#13592 closed defect (fixed)
relation editor: missing repaint of connectivity info after downloading incomplete members
Reported by: | skyper | Owned by: | Don-vip |
---|---|---|---|
Priority: | normal | Milestone: | 19.09 |
Component: | Core | Version: | latest |
Keywords: | template_report relation editor | Cc: |
Description
What steps will reproduce the problem?
- Have a multipolygon relation with at least one unclosed, incomplete member
- Open relation editor and download all incomplete members
What is the expected result?
The connectivity info is updated and I see only closed rings
What happens instead?
The info is not updated and I still see unclosed ways
Please provide any additional information below. Attach a screenshot if possible.
After a click into the relation editor you get the repaint/recalculation.
URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2016-09-08 01:17:53 +0200 (Thu, 08 Sep 2016) Build-Date:2016-09-08 01:35:41 Revision:10976 Relative:URL: ^/trunk Identification: JOSM/1.5 (10976 en) Linux Debian GNU/Linux 8.5 (jessie) Memory Usage: 85 MB / 485 MB (26 MB allocated, but free) Java version: 1.8.0_102-8u102-b14.1-1~bpo8+1-b14, Oracle Corporation, OpenJDK 64-Bit Server VM Java package: openjdk-8-jre:amd64-8u102-b14.1-1~bpo8+1 Java ATK Wrapper package: libatk-wrapper-java:all-0.30.5-1 VM arguments: [-Djosm.home=<josm.pref>] Program arguments: [--language=en] Plugins: + OpeningHoursEditor (32699) + imagery_offset_db (32796) + reverter (32796) + tag2link (32941) + terracer (32699) + undelete (32699) + utilsplugin2 (32815) + wikipedia (32884) Tagging presets: + https://josm.openstreetmap.de/josmfile?page=Presets/Crafts&zip=1 + https://josm.openstreetmap.de/josmfile?page=Presets/LaneAttributes&zip=1 + http://osmtools.de/josm/steps.xml + https://josm.openstreetmap.de/josmfile?page=Presets/Simple_Indoor_Tagging&zip=1 Map paint styles: + https://josm.openstreetmap.de/josmfile?page=Styles/Landcover&zip=1 + https://josm.openstreetmap.de/josmfile?page=Styles/Lane_and_Road_Attributes&zip=1
Attachments (4)
Change History (13)
comment:1 by , 8 years ago
Version: | → latest |
---|
follow-up: 3 comment:2 by , 8 years ago
follow-up: 4 comment:3 by , 8 years ago
Replying to Gerd Petermann <gpetermann_muenchen@…>:
I would only expect this when the order of the members is sorted so that the members form closed rings. Was that the case?
Yes, this was a simple, complete and ordered multipolygon. Two outer and two inner ways and one outer way was incomplete. After downloading I clicked on the member list and the hint was updated. Gonna try to make an example file.
comment:5 by , 8 years ago
Yes, can reproduce it with your example. It works fine when you open a new layer, download one way of the MP and then download the incomplete others. Sorry, no idea where this has to be fixed :-(
comment:6 by , 7 years ago
Priority: | minor → normal |
---|
comment:7 by , 5 years ago
Milestone: | → 19.09 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:9 by , 3 years ago
see ticket:21825#comment:35 reg. performance problems with r15378. What was the reason for the loop?
I would only expect this when the order of the members is sorted so that the members form closed rings. Was that the case?