Changes between Version 1 and Version 3 of Ticket #23229


Ignore:
Timestamp:
2023-10-11T10:41:43+02:00 (2 years ago)
Author:
gaben
Comment:

Thanks for your report, however your ticket is incomplete and therefore not helpful in its current form.

Please add all needed information according to this list:

  • The required parts of the Status Report from your JOSM.
  • Describe what behaviour you expected.
  • Describe what did happen instead.
  • Describe if and how the issue is reproducible.
  • Add any relevant information like error messages or screenshots.

To ensure that all technical relevant information is contained, create new tickets by clicking in JOSMs Main Menu on Helpsource:trunk/resources/images/bug.svg Report Bug.

Remember: This is a generic notice so we don't need to write the same stuff again and again. It may only apply in parts to the specific case!


Please attach the status report.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23229

    • Property Summary JOSM-mapcss does not return nodes from nested relation, way, child selectorsJOSM-mapcss does not return nodes from nested relation, way, node child selectors
    • Property Owner changed from team to pierzen
    • Property Status newneedinfo
  • Ticket #23229 – Description

    v1 v3  
    551.  way child selector from relation - works fine
    66
     7{{{#!mapcss
    78    relation[type=multipolygon][natural=water] > way::lnatural_way, area[natural] > way::lnatural_way
    89    {
     
    1112    }
    1213
     14}}}
     15
    13162.  way child selector from ways selected - returns nothing - no error reported
    1417
     18{{{#!mapcss
    1519    way.natural_way > node 
    1620    {
     
    2024       symbol-fill-color:red; symbol-fill-opacity:1;
    2125    }
     26}}}
     27