Changes between Initial Version and Version 2 of Ticket #19597


Ignore:
Timestamp:
2020-07-30T11:40:48+02:00 (5 years ago)
Author:
GerdP
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19597

    • Property Owner changed from team to GerdP
    • Property Status newassigned
  • Ticket #19597 – Description

    initial v2  
    11==== What steps will reproduce the problem?
    221. Load a complex multipolygon relation with all members (relation 1205151 Lake Huron)
    3 2. run validator
    4 3. see that geometry.mapcss rules shows no progress
    5 4. cancel validator (works fine)
    6 5. select the multipolygon relation
    7 6. run validator
    8 7. see that geometry.mapcss rules shows no progress
    9 8. cancel validator doesn't seem to work
     32. Enable preference "show informational level"
     43. run validator
     54. see that geometry.mapcss rules shows no progress
     65. cancel validator (works fine)
     76. select the multipolygon relation
     87. run validator
     98. see that geometry.mapcss rules shows no progress
     109. cancel validator doesn't seem to work
    1011
    1112==== What is the expected result?
     
    1819
    1920==== Please provide any additional information below. Attach a screenshot if possible.
     21Main performance killer is this test:
     22{{{
     23area:closed:areaStyle ⧉ area:closed:areaStyle {
     24  throwOther: tr("Overlapping Areas");
     25}
     26}}}
    2027Maybe we can avoid to test members of multipolygon relations against the parent relation?
    2128