Changes between Version 164 and Version 165 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2019-08-27T19:53:10+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v164 v165 1268 1268 count_roles():: 1269 1269 returns the number of primitives in a relation with the specified roles [''since 15275''] 1270 sort():: 1270 sort(''str1'', ''str2'', ''str3'', ''...''):: 1271 1271 sorts an array of strings [''since 15279''] 1272 1272 sort_list():: 1273 1273 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''] 1274 1280 1275 1281 === Examples ===
