Important
Traducerea este un efort al comunității, la care puteți să vă alăturați. În prezent, această pagină este tradusă 36.67%.
32.3. Anexa C: Formatele Fișierelor QGIS
32.3.1. QGS/QGZ - Formatul Fișierelor Proiect
The QGS format is an XML format for storing QGIS projects. The QGZ format is a compressed (zip) archive containing a QGS file and a QGD file. The QGD file is the associated sqlite database of the qgis project that contain auxiliary data for the project. If there are no auxiliary data, the QGD file will be empty.
A QGIS file contains everything that is needed for storing a QGIS project, including:
titlul proiectului
CRS-ul proiectului
arborele straturilor
setări de acroșare
relations
the map canvas extent
project models
legenda
mapview docks (2D and 3D)
the layers with links to the underlying datasets (data sources) and other layer properties including extent, SRS, joins, styles, renderer, blend mode, opacity and more.
project properties
The figures below show the top level tags in a QGS file and the expanded
ProjectLayers
tag.
32.3.2. QLR - Fișier cu Definiții ale Straturilor
A Layer Definition file (QLR) is an XML file that contains a pointer to the layer data source in addition to QGIS style information for the layer.
The use case for this file is simple: To have a single file for opening a data source and bringing in all the related style information. QLR files also allow you to mask the underlying datasource in an easy to open file.
An example of QLR usage is for opening MS SQL layers. Rather than having to go to the MS SQL connection dialog, connect, select, load and finally style, you can simply add a .qlr file that points to the correct MS SQL layer with all the necessary style included.
In the future a .qlr file may hold a reference to more than one layer.
32.3.3. QML - Formatul Fișierelor de Stilizare
QML is an XML format for storing layer styling.
A QML file contains all the information QGIS can handle for the rendering of feature geometries including symbol definitions, sizes and rotations, labelling, opacity and blend mode and more.
The figure below shows the top level tags of a QML file (with
only renderer_v2
and its symbol
tag expanded).