Käytä liitettä¶
In QField, a field with Attachment widget can be used to:
- näytä ja ota kuvia
- show and record videos
- listen and record sound clips
- show links to external files like PDFs or documents
To configure the Widget, please refer to the Attributes Form Documentation
Lisää joukko kuvia ominaisuuteen¶
Työaseman valmistelu
One or more pictures can be added to the feature. Here is an example of how to proceed.
Taulukot¶
It is necessary to set up two tables. One table where the features are stored and one with a list of pictures.
Mehiläispesä¶
Tieto | Tyyppi |
---|---|
id |
Teksti (UUID) |
geometry |
Geometria |
... |
Apiary_pictures¶
Tieto | Tyyppi |
---|---|
id |
Teksti (UUID) |
apiary_id |
Teksti (UUID) |
path |
Teksti, polku kuvaan |
... |
Relaatiot¶
Luo relaatio jossa:
apiary
Viitattu tasoid
Viitattu tietoapiary_picture
Viittaava tasoapiary_id
Viittaava tietostrength
Composition
Työkalut¶
Mehiläispesä¶
Aseta kentän tunnuksen oletusarvoksi uuid()
tai käytä UUID Generator -työkalua. Sitä ei tarvitse näyttää lomakkeessa.
Aseta relaatiotyypiksi N-1 relaatio ja lisää relaatio lomakkeeseen
Mehiläispesän kuva¶
Aseta tiedon polkun tyypiksi Liite työkaluun ja lisää se lomakkeeseen
Drawing and sketching¶
QField have an in-app drawing and sketching functionality enabling you to directly sketch over and annotate images captured while in the field as well as drawing on top of a blank canvas or over a template.
Geokoodaus¶
Maastotyö
Some mobile devices will require for native camera mode to be turned off to enable geotagging.
To enable geotagging in case your native OS camera does not support this functionality, follow these steps:
- Siirry QFieldissä kohtaan Asetukset ja varmista, että Käytä alkuperäistä kameraa on Ei-aktivoitu mobiili laitteellesi
- Completed! QField's own QML-based camera will now be utilized while taking pictures
Fetching Geotags (EXIF) from the image file into the attribute table¶
Työaseman valmistelu
Sometimes you might be interested in automatically storing Geotags such as the latitude, longitude, orientation, etc. This information is also known as EXIF tags.
To store the EXIF information, follow these steps:
- Add an attribute per EXIF tag in the table that contains the pictures.
- In the pictures form, configure the default value of each attribute to the corresponding EXIF expression See QGIS EXIF function, and make sure Apply on update is activated.
- The EXIF tags that QField can capture are listed in the QGIS documentation (link above). However, this list might slightly varies depending on the mobile characteristics.
- Capturing EXIF tags requires accessing the full physical path of the picture. Be sure to reflect this in the QGIS expression.
For example, the expression
exif(@project_folder + '/' + "path", 'Exif.Image.Orientation')
retrieves the orientation of the picture stored in path. - Completed! QField's now capture and store the EXIF tags in the pictures table while taking pictures.
Maksimi kuvan koko¶
Työaseman valmistelu
The advanced settings allow rescaling the photos to a maximum width/height in QFieldSync plugin > Project configuration
Konfiguroitava liitteen polku¶
Työaseman valmistelu
QFieldSync provides the possibility to configure the path of picture attachments.
- Go to QFieldSync plugin > Layers Properties
- Valitse taso, tieto ja määritä lauseke
Use expressions to specify the path of the attachments. By default, pictures are saved into the "DCIM" folder, audio are saved into the "audio" folder and videos are saved into "video" with a timestamp as name.
Additional directories can be synchronized with pictures or other attachments. Extra paths can be configured in Attachment directories. All paths are relative to the project directory.
Note
Tätä toimintoa varten tarvitaan QGIS 3.14 tai uudempi