Advanced itinerary

Advanced itinerary

The original version of this document is located at at https://docs.qfield.org/how-to/itinerary

Advanced Itinerary

This feature is used to inspect a list of objects that match a certain criteria. You may then navigate through these features with arrows and verify their status or adjust attributes as required.

Configure An Itinerary

:material-monitor: Desktop preparation

To define an itinerary to review you will need to use the python console for the moment. You can use any QgsExpression to define the review list. Select the desired layer in the legend and use the following python code to add the itinerary to the QGIS project.

python l=iface.activeLayer() l.setCustomProperty('qgisMobile/itinerary', 'status <> 1')

    • Related Articles

    • Advanced Setup

      The original version of this document is located at https://docs.qfield.org/get-started/tutorials/advanced-setup-qfc Advanced setup guide Supported vector providers Currently, QFieldCloud supports GeoPackage and PostGIS layers for collaborative ...
    • External routing

      The original version of this document is located at https://docs.qfield.org/how-to/navigation-and-positioning/external-routing External routing It can come in handy to calculate an itinerary to one of your features in the field. By an easy ...
    • Live default value

      The original version of this document is located at https://docs.qfield.org/how-to/advanced-how-tos/live-default-value Live default value QField is supporting the “live” updating of default attribute value when editing features. Configuration ?️ ...
    • Temporal filtering

      The original version of this document is located at https://docs.qfield.org/how-to/advanced-how-tos/temporal-filtering Temporal filtering When QField consumes projects containing one or more layers with active temporal settings, a temporal filtering ...
    • Portable project

      The original version of this document is located at https://docs.qfield.org/how-to/advanced-how-tos/movable-project Portable project To manually synchronize your QGIS project, you will need a portable version of your QGIS project file (.qgs, .qgz). ...