Map styling¶
All style settings from QGIS are directly supported by QField. This includes all renderer types like graduated, categorized, rule based, 2.5D as well as data defined symbology.
表示名の定義¶
Desktop preparation
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{.interpreted-text role="menuselection"} page.
表示名の定義はレイヤの検索時にも使用されます。
読取専用、情報表示不可、検索可能なレイヤー¶
Desktop preparation
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.
どのレイヤーが検索可能かについても設定することができます。
To configure identify, readonly and searchable behavior, go to the Project > Project Properties > Identify Layers page and activate the checkboxes to match your desired behavior.
追加フォントを使用する¶
Desktop preparation
QFieldでは使いたいありとあらゆるフォントをお使いいただけます。
追加のフォントを登録するには2つの方法があります。
- 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 the same folder as a given project file (.qgs or .qgz); those will be accessible only when viewing that project file.
Note
Since QField 2 the font files needs to be stored in the app directory <drive>:/Android/data/ch.opengis.qfield/files/QField/fonts
instead of the devices main directory <drive>:/QField/fonts
.
SVGシンボルをカスタマイズする¶
Desktop preparation
SVGシンボルをQGISプロジェクト内に直接埋め込むことが可能です。
- 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`*.
- 画面の下のほうにスクロールします。
- 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.
- 変更を適用し、OKをクリックします。