Changes between Version 2 and Version 3 of Ticket #15943, comment 17


Ignore:
Timestamp:
2020-04-15T00:18:42+02:00 (5 years ago)
Author:
skyper

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15943, comment 17

    v2 v3  
    55
    66Using [attachment:josm_15943_example.osm​]:
    7 * `type:way highway=* sidewalk=` finds way with `highway=footway`, `footway=sidewalk`
    8 * `type:way highway=* -sidewalk=` does not find way with `highway=footway`, `footway=sidewalk`
    9 * `type:way highway= sidewalk=` is marked as invalid search
    10 * `type:way highway: sidewalk:` is marked as invalid search
     71. `type:way highway=* sidewalk=` finds way with `highway=footway`, `footway=sidewalk`
     81. `type:way highway=* -sidewalk=` does not find way with `highway=footway`, `footway=sidewalk`
     91. `type:way highway= sidewalk=` is marked as invalid search
     101. `type:way highway: sidewalk:` is marked as invalid search