Changes between Version 66 and Version 67 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2014-07-01T10:30:42+02:00 (11 years ago)
Author:
imagic
Comment:

Clarification about the used layer for prop and is_prop_set

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v66 v67  
    938938  splits string ''str'' at occurrences of the separator string ''sep'', returns a list [''since 5699'']
    939939 prop(''p_name'')::
    940   value of the property ''p_name'', e.g. prop({{{"width"}}})
     940  value of the property ''p_name'' of the current layer, e.g. prop({{{"width"}}})
    941941 prop(''p_name'', ''layer_name'')::
    942942  property from the layer ''layer_name''
    943943 is_prop_set(''p_name'')::
    944   true, if property ''p_name'' is set
     944  true, if property ''p_name'' is set for the current layer
    945945 is_prop_set(''p_name'', ''layer_name'')::
    946   true, if property ''p_name'' is set
     946  true, if property ''p_name'' is set for the layer ''layer_name''
    947947 tag(''key_name'')::
    948948  get the value of the key ''key_name'' from the object in question