Changes between Version 164 and Version 165 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2019-08-27T19:53:10+02:00 (6 years ago)
Author:
taylor.smock
Comment:

Add tag_regex, sort, sort_list, uniq and uniq_list functions

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v164 v165  
    12681268 count_roles()::
    12691269  returns the number of primitives in a relation with the specified roles [''since 15275'']
    1270  sort()::
     1270 sort(''str1'', ''str2'', ''str3'', ''...'')::
    12711271  sorts an array of strings [''since 15279'']
    12721272 sort_list()::
    12731273  sorts a list of strings [''since 15279'']
     1274 tag_regex(''regex'')::
     1275  returns a list of values that match the regex [''since 15317'']
     1276 uniq(''str1'', ''str2'', ''str3'', ''...'')::
     1277  returns a list of strings that only have unique values from an array of strings [''since 15323'']
     1278 uniq_list()::
     1279  returns a list of strings that only have unique values from a list of strings [''since 15353'']
    12741280
    12751281=== Examples ===