Latest news will appear here soon.
Edit on GitHub

Elenco cambiamenti per QGIS 2.4

Data di rilascio: 2014-06-27

Lista dei cambiamenti per QGIS 2.4.0. C’è molta enfasi per questa versione per via dei miglioramenti - Noi abbiamo aggiunto molte funzioni e perfezionamenti rendere l’interfaccia utente più consistente e professionale, oltre che più semplice da usare. Il compositore delle stampe ha subito molto lavoro per offrire ampie possibilità di stampe cartografiche.

Whenever new features are added to software they introduce the possibility of new bugs - if you encounter any problems with this release, please file a ticket on the QGIS Bug Tracker.

Vogliamo ringraziare gli sviluppatori, i documentatori, i tester e tutti quelli che hanno dedicato il proprio tempo per migliorare QGIS.

From the QGIS community we hope you enjoy this release! If you wish to donate time, money or otherwise get involved in making QGIS more awesome, please wander along to qgis.org and lend a hand!

Infine vorremmo ringraziare i nostri sponsor ufficiali per il loro prezioso supporto finanziario:

A current list of donors who have made financial contributions large and small to the project can be seen on our donors list.

If you would like to make a donation or sponsor our project, please visit our sponsorship page for details. QGIS is Free software and you are under no obligation to do so. Sponsoring QGIS helps us to fund our six monthly developer meetings, maintain project infrastructure and fund bug fixing efforts.

Generale

Feature: Generate band name with NetCDF EXTRA_DIM

Il NetCDF fornisce ulteriori informazioni dimensionali. Questa informazione fornisce metadati su ogni banda. Tali metadati possono essere utilizzati per spiegare il nome di ciascuna banda. Ad esempio, le bande di un file NetCDF rappresentano la temperatura ad una data profondità. Per l’utente, è più facile da selezionare la banda con informazioni approfondite, piuttosto che la sola banda.

image1

Novità: applicare la scala e lo scostamento ai dati raster

In alcuni raster, i dati sono memorizzati come numeri interi con una scala e uno scostamento nei metadati, che possono essere utilizzati per ottenere i dati giusti. QGIS utilizza questi dati per fornire all’utente una giusta visualizzazione e interrogazione.

image2

Novità: barra del calcolo veloce del campo nella tabella degli attributi

Per coloro che lavorano con campi calcolati nella tabella degli attributi del vettore, la nuova barra del calcolo veloce permette di aggiornare i valori in una colonna velocemente e con facilità.

image3

Novità: anteprima con colori diversi nel compositore e nell’area della mappa.

A really innovative feature that has been added to 2.4 is support for grayscale and colour blindness previews. This allows you to visualise how people with colour blindness will perceive your cartography and map layout, or how your map will look if it's printed in grayscale. You can read more about this new feature here.

image4

Novità: file di layer QLR

Added support for QGIS Layer Definition files or simply QLR (see http://nathanw.net/2014/03/12/qgis-qlr/). QLR file is a file that points to the data, contains all the styling, and other information. You can then just add this file and it will do all the other magic for you. QLR makes it easy to add same layer to multiple map documents, inheriting all of the properties which have been set and works with any layer supported in QGIS, expect special plugin layers.

Novità: nuove funzioni per il calcolo delle espressioni

Le nuove funzioni disponibili per il calcolo delle espressioni.

  • perimetro della geometria (bounds)
  • bounding box width & height (bounds_width/bounds_height)
  • coordinate minime/massime x e y (xmin/xmax/ymin/ymax)
  • nuova funzione wordwrap che restiuisce una stringa tagliata ad un massimo o minimo numero di caratteri

image5

Novità: copia, incolla e trascinamento dei colori

You can now copy, paste, drag and drop colours between any colour input widget in QGIS. See this article for more information on how this new feature works. Hex color codes and rgb strings can also be pasted on to colour buttons to allow importing colours from outside of QGIS.

image6

Novità: rendering multi-thread

This is one feature we simply cannot do justice to with a screenshot -QGIS now supports multi-threaded rendering! What this means is that when drawing the map, QGIS will split the drawing work between all of the cores in your CPU, making the process more efficient and responsive. By responsive we mean that you no longer need to wait for the map view to update before you can pan or zoom again. Also the map display updates incrementally allowing you to see if the map is positioned correctly early on in the drawing process. Take a look at this article for a more detailed overview of the multi-threaded rendering system. You will find some options in the QGIS settings dialog that allow you to manage the behaviour of multi-threaded rendering.

image7

Etichettatura

Novità: etichetta le geometrie più volte

Long lines (such as contour lines or roads) can now be repeatedly labeled at regular intervals. One can choose between mm and map units for specifying the repetition interval. At the time of the release there is still an issue with "merge connected lines to avoid duplicate" setting.

image8

Compositore di Mappe

Novità: miglioramenti agli oggetti delle immagini nel compositore

The image item in composer is now 'atlas friendly' - you can use an expression to define which image should be shown for each atlas page. You can also now set the resize mode (zoom, clip, stretch etc.) for the image in relation to its frame size and dimensions. You can also specify the placement of the image relative to its frame using the new placement item property.

image9

Novità: scale predefinite per gli atlanti

When working with atlas map items, you can now specify a predefined scale mode for the map. It will use the best fitting option from the list of predefined scales in you your project properties settings (see Project -> Project Properties -> General -> Project Scales to configure these predefined scales).

image10

Novità: tabelle degli attributi migliorate nel compositore

Abbiamo introdotto una serie di miglioramenti per la visualizzazione delle tabelle nel compositore:

  • Possibilità di riordinare le colonne di una tabella
  • Supporto alle espressioni basate sulla colonna
  • You can now set the alignment of individual table columns, and also specify the alignment for the table's header cells
  • I contenuti della tabella possono essere filtrati con un’espressione

image11

Novità: miglioramenti al compositore

Abbiamo apportato alcuni miglioramenti al compositore di stampe per rendere la vita più facile:

  • Aggiunto bottone per visualizzare l’estensione della mappa corrente
  • Possibilità di esportare immagini SVG dal compositore con i vettori
  • Possibilità di impostare uno stile per la barra delle scale
  • Possibilità di impostare uno stile per le cornici degli elementi

image12

Novità: miglioramenti per le cornici HTML

Sono state migliorate le cornici HTML nel compositore. C’è un nuovo bottone aggiungi cornice per creare più cornici collegate. Abbiamo migliorato anche l’algoritmo per le interruzioni delle pagine, per gestire le cornici su più pegine.

image13

Plugin

Novità: plugin MetaSearch

MetaSearch è un plugin QGIS che serve ad interrogare i servizi di catalogo dei metadati, compatibili con lo standard “OGC Catalogue Service for the Web” (CSW). Questo plugin fornisce un’interfaccia utente amichevole per effettuare queste ricerche all’interno di QGIS.

image14

Simbologia

Novità: Riempimento sfumato

We have a great new render in QGIS 2.4. The shapeburst renderer will allow you to fill polygons with a gradient extending from the line edge towards the polygon interior. You can read more about shapeburst here.

image15

Novità: distanza dell’indicatore per la linea

When using a marker line along a line or polygon edge, you can now specify an offset so that the marker line starts a set distance from the beginning of the line. If a marker line is set to "first vertex" or "last vertex" mode, than this offset will control how far along the line from the vertex the marker is placed.

image16

Novità: Riempimento invertito dei poligoni

È disponibile un nuovo riempimento esterno per i poligoni, utile per evidenziare aree o per creare maschere cartografiche, come nell’immagine sottostante.

Nota: la nuova versione del plugin della maschera permette di creare facilmente maschere dalla selezione attuale, etichettare le geometrie solo in quelle aree e generare automaticamente maschere per la generazione degli atlanti.

image17

Novità: salvare e caricare stili sui vettori Spatialite

In the previous version was possible to save style with postgres layers, now will be possible for Spatialite layers too. This functions allow to embed different styles inside a spatialite container simplifying sharing data and their presentation. A video tutorial of this funcionality can be found here http://pvanb.wordpress.com/2014/05/15/saving-layer-styles-to-your-spatialite-database/

image18