Changes between Version 99 and Version 100 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2015-09-22T19:14:16+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v99 v100 1102 1102 get the value of the key ''key_name'' from the object in question 1103 1103 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''] 1105 1107 has_tag_key(''key_name''):: 1106 1108 true, if the object has a tag with the given key … … 1125 1127 join(''sep'', ''str1'', ''str2'', ...):: 1126 1128 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''] 1127 1131 JOSM_search("..."):: 1128 1132 true, if JOSM search applies to the object