Changes between Version 99 and Version 100 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2015-09-22T19:14:16+02:00 (10 years ago)
Author:
Klumbumbus
Comment:

add parent_tags(key) and join_list(sep, list)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v99 v100  
    11021102  get the value of the key ''key_name'' from the object in question
    11031103 parent_tag(''key_name'')::
    1104   get the value of the key ''key_name'' from the object's parent(s)
     1104  get the value of the key ''key_name'' from the object's parent
     1105 parent_tags(''key_name'')::
     1106  returns all parent's values for the key ''key_name'' as a list ordered by a natural ordering [''since 8775'']
    11051107 has_tag_key(''key_name'')::
    11061108  true, if the object has a tag with the given key
     
    11251127 join(''sep'', ''str1'', ''str2'', ...)::
    11261128  join strings, whith ''sep'' as separator [''since 6737'']
     1129 join_list(''sep'', ''list_name'')::
     1130   joins the elements of the list ''list_name'' to one string separated by the separator ''sep'' [''since 8775'']
    11271131 JOSM_search("...")::
    11281132  true, if JOSM search applies to the object