Skip to content

Latest commit

 

History

History
114 lines (70 loc) · 3.43 KB

novita_314.md

File metadata and controls

114 lines (70 loc) · 3.43 KB

Novità rilevanti introdotte nella 3.14 Pi (π)

Nuove funzioni

Fix

GUI/UI/Forms

  • form: qgis/QGIS#34827
    • current_feature;
    • current_geometry;
    • current_parent_feature;
    • current_parent_geometry;
    • currente_parent_value;
    • current_value;

Variabili

  • @frame_ :qgis/QGIS#36300
    • @frame_number : numero del frame corrente;
    • @frame_rate : frame al secondo;
    • @frame_duration : lunghezza di frame;
  • is_editable: qgis/QGIS#35415
  • @layer,@layer_ids: qgis/QGIS#35208
    • @layers
    • @layer_ids
  • expressions: qgis/QGIS#34898
    • @map_start_time: Start of the map's temporal time range (as a datetime value)
    • @map_end_time: End of the map's temporal time range (as a datetime value)
    • @map_interval: Duration of the map's temporal time range (as an interval value)
  • animation : qgis/QGIS#36324
    • @animation_start_time;
    • @animation_end_time

Miglioramenti funzioni

qgis/QGIS#36988