Changes between Version 66 and Version 67 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2014-07-01T10:30:42+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v66 v67 938 938 splits string ''str'' at occurrences of the separator string ''sep'', returns a list [''since 5699''] 939 939 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"}}}) 941 941 prop(''p_name'', ''layer_name''):: 942 942 property from the layer ''layer_name'' 943 943 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 945 945 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'' 947 947 tag(''key_name''):: 948 948 get the value of the key ''key_name'' from the object in question