Changes between Version 203 and Version 204 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2022-02-14T19:47:41+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v203 v204 667 667 || `:unconnected` || true for nodes that are not used by any way (since r6687) || 668 668 || `:tagged` || What JOSM considers tagged, i.e. an object that with a tag key other than the following: `source*`, `source_ref`, `note`, `comment`, `converted_by`, `created_by`, `watch*`, `fixme`, `FIXME`, `description`, `attribution` (version r4008; in this list, `*` is a glob) 669 || `:area-style` || true if the object has an area style || 669 670 || `:righthandtraffic` || true if there is right-hand traffic at the current location (since r7193); see [wikitr:/left-right-hand-traffic left-right-hand-traffic] for screenshot of areas || 670 671 || `:clockwise` || Whether the way is closed and oriented clockwise, or non-closed and the 1st, 2nd and last node are in clockwise order. || … … 674 675 || `:in-downloaded-area` || true if an object is within source area and false if in the hatched area (since r8495). || 675 676 || `:selected` || true if an object is selected in the editor (since r9341). || 677 || `:highlighted` || true if the object is highlighted || 676 678 || `:modified` || changed and new objects (since r7193). || 677 679 You can also negate pseudo classes. E.g. `!:new` for all old objects.