Novità rilevanti introdotte nella 3.4 Madeira↵
https://www.qgis.org/it/site/forusers/visualchangelog34/index.html
Nuovo/i gruppo/i funzione/i nel calcolatore di campi↵
Nuove funzioni↵
- raster_value()
- line_substring
- array_foreach
- generate_series
- array_filter
- to_dm
- to_dms
- hstore_to_map
- json_to_map
- map_to_hstore
- map_to_json
Completamento codice per il costruttore di espressioni↵
Cambiata la rappresentazione di array e map nelle espressioni↵
- array rappresentazione:
prima → ora
array: 1, 2, 3 → [ 1, 2, 3 ]
- map rappresentazione:
prima → ora
map: one: 1, two: 2, 3: three → {'one': 1, 'two': 2, 3: 'three'}