Kartendesign¶
Alle Einstellungen von QGIS werden direkt von QField unterstützt. Diese beinhaltet alle Renderer-Typen wie graduiert, kategorisiert, regelbasiert, 2.5D sowie datendefinierte Symbologie.
Anzeigeausdruck¶
Vorbereitung am Schreibtisch
In QField, objects are identified with a name. The expression to generate this name can be defined by opening the attribute table in QGIS and switching to the form view. Choose the appropriate field or an expression in the list there. Starting from QGIS 3, this can be done directly from the Vector Layer Properties > Display page.
The display expression is also used to search in layers.
Read only, non-identifiable and searchable layers¶
Vorbereitung am Schreibtisch
Some layers in a project are just there for pure visual purpose. Such layers should not show up when a user taps somewhere to identify objects.
Some other layers serve as source of information and shouldn't be modified by the user. It is possible to protect layers from editing attributes or adding and deleting features.
It is also possible to configure which layers are searchable.
To configure identify, readonly and searchable behavior, go to the Project > Properties > Data Sources page and activate the checkboxes to match your desired behavior.
Using additional fonts¶
Vorbereitung am Schreibtisch
QField enables you to use all the custom fonts you might want and need.
Es gibt zwei verschiedene Möglichkeiten zusätzliche Schriften einzurichten:
- By adding fonts (.ttf or .otf) on the device in the folder
<drive>:/Android/data/ch.opengis.qfield/files/QField/fonts
those will be made accessible to all projects and individual datasets. - By adding fonts (
.ttf
or.otf
) in afonts
subfolder of the folder containing a given project file (.qgs
or.qgz
); those fonts will only be accessible when viewing that project.
Custom SVG symbols¶
Vorbereitung am Schreibtisch
It is possible to embed SVG symbols directly within a QGIS projects.
- Choose the layer which will support SVG symbology and open its properties dialog.
- Open the section Symbology in Properties > Symbology
- In the Symbol Layer Panel choose Simple marker.
- Change the Symbol layer type in Symbol layer type > SVG marker.
- Scroll down the bottom panel.
- Click on the right side of the file selection button to open the drop down menu.
- Select Embed File and choose the SVG file in the file selection dialog.
- Bestätige die Änderungen und klicke OK.