Changes between Version 168 and Version 169 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2020-03-10T23:12:32+01:00 (5 years ago)
Author:
Don-vip
Comment:

r16110

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v168 v169  
    12771277 tag_regex(''regex'')::
    12781278  returns a list of values that match the regex [''since 15317'']
     1279 to_boolean(''str'')::
     1280  returns the string argument as a boolean [''since 16110'']
     1281 to_byte(''str'')::
     1282  returns the string argument as a byte [''since 16110'']
     1283 to_short(''str'')::
     1284  returns the string argument as a short [''since 16110'']
     1285 to_int(''str'')::
     1286  returns the string argument as a int [''since 16110'']
     1287 to_long(''str'')::
     1288  returns the string argument as a long [''since 16110'']
     1289 to_float(''str'')::
     1290  returns the string argument as a float [''since 16110'']
     1291 to_double(''str'')::
     1292  returns the string argument as a double [''since 16110'']
    12791293 uniq(''str1'', ''str2'', ''str3'', ''...'')::
    12801294  returns a list of strings that only have unique values from an array of strings [''since 15323'']