Changes between Version 113 and Version 114 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2016-03-19T13:04:51+01:00 (9 years ago)
Author:
Klumbumbus
Comment:

add :closed2 and :completely_downloaded (since r9099)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v113 v114  
    572572See [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.
    573573
    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) ||
    575577|| {{{:new}}} || all new objects ||
    576578|| {{{:connection}}} || true for nodes that are used by more than one way ||