roam-qgis / Roam

Simple data collection built using QGIS.
http://roam-docs.readthedocs.org/en/latest/
GNU General Public License v2.0
169 stars 61 forks source link

How to enable inspection mode on a layer? #432

Closed bwragg closed 5 years ago

bwragg commented 5 years ago

Hi,

I've read some of the other posts and looked thru the source code but am a bit of a loss on how to setup inspection mode to resinpect features. So far I understand I need to do the following:

1) Setup source layer e.g "Trees" -Field "Height" int -Field "Tree Type" string, -Field "Problems"

2) Setup inspection layer e.g: replica of the above layer called "Tree Inspection"

3) Turn on the inspection button - Not sure how?

4) Create a form for the "Tree inspection" layer but mark it as an inspection form - not sure how?

5) define the field mappings - not sure how? but something like via the "field_mapping" setting which resides somewhere?

-Field "Height" leave it blank and get the user to enter it -Field "Tree Type" copy from the source layer Field "Tree Type" -Field "Problems" leave it blank and get the user to enter it

Any pointers? Thanks

bwragg commented 5 years ago

Will close this...just a stupid user mistake.

Its all under Select Layer menu...I just didn't realise it expands down so you can select each layer separately.