Changes between Version 113 and Version 114 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2016-03-19T13:04:51+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v113 v114 572 572 See [https://josm.openstreetmap.de/doc/org/openstreetmap/josm/gui/mappaint/mapcss/Condition.PseudoClasses.html Javadoc] for the up-to-date list of pseudo classes supported by JOSM's MapCSS implementation. 573 573 574 || {{{:closed}}} || true for ways where the first node is the same as the last and for any multipolygon relation || 574 || {{{:closed}}} || true for ways where the first node is the same as the last and for any (completely downloaded) multipolygon relation || 575 || {{{:closed2}}} || same as above, but this one ignores if a mulipolygon is downloaded completely (since r9099) || 576 || {{{:completely_downloaded}}} || true for a relation whose members are all downloaded (since r9099) || 575 577 || {{{:new}}} || all new objects || 576 578 || {{{:connection}}} || true for nodes that are used by more than one way ||