Changes between Version 259 and Version 260 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2023-09-18T18:00:59+02:00 (2 years ago)
Author:
taylor.smock
Comment:

Add new MapCSS functions (#16998)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v259 v260  
    13511351 parent_way_angle()::
    13521352  returns the angle of the parent way as a double in rad [''since r18678''] (see: text-rotation or icon-rotation)
     1353 convert_primitive_to_string(''PrimitiveId'')::
     1354  returns the primitive id as a string [''since r18829'']
     1355 convert_primitives_to_string(''PrimitiveId'', ''PrimitiveId'', ''...'')::
     1356  returns a list of primitive ids converted to strings [''since r18829'']
     1357 parent_osm_primitives(''optional key'', ''optional value'')::
     1358  returns a list of primitive ids which match the key and value (if present) [''since r18829'']
    13531359
    13541360=== Examples ===