Changes between Version 89 and Version 90 of Help/Dialog/Filter
- Timestamp:
- 2024-08-11T14:10:22+02:00 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/Filter
v89 v90 86 86 || `public_transport | puj\:platform | ((public_transport | highway) & -(highway=footway | highway=steps | highway=track | highway=street_lamp | highway=path | highway=crossing | highway=turning_circle) & (nth%:1 & (role: | role:stop | role:platform | role:hail_and_ride)))` || Shows only currently being used ways/nodes/areas of public transport by checking the options "H" and "I". Good for reviewing the current network || 87 87 || `child (type:relation & (boundary:administrative)) & (-barrier & -highway)` || Select all ways that are part of an administrative boundary aka child, but not part of a highway or barrier by selecting Hide, Inverse and as mode choose Add to show only these || 88 || `(highway:) & ("^width$") & -(("^width$":"^(([0-9]|[1-5][0-9])\.[0-9][0-9])$") | ("^width$":"^(([0-9]|[1-5][0-9])\.[0-9])$") | ("^width$":"^([0-9])?$")` || regex example to filter all roads with a width but not formatted 0.00, 0.0 or 0 (anything that's not really a proper value) || 88 || `(highway:) & ("^width$") & -(("^width$":"^(([0-9]|[1-5][0-9])\.[0-9][0-9])$") | ("^width$":"^(([0-9]|[1-5][0-9])\.[0-9])$") | ("^width$":"^([0-9])?$"))` || regex example to filter all roads with a width but not formatted 0.00, 0.0 or 0 (anything that's not really a proper value) || 89 89 90 90 See also other [wikitr:/Help/Action/Search#Examples examples]. If you have some clever filters, add them here.