Customise photo watermarking
Choose which details get stamped onto your field photos.
👤 Roles — Can access: Mobile User · Can edit settings: Mobile User
Overview
Soarvo Mobile watermarks photos with date/time, easting/northing, user name, and altitude. Customise which fields appear — and include attribute values — via a feature type attribute.
ℹ️ App version: Soarvo Mobile 0.0.206+.
Enabling Custom Watermarks
Edit the target feature type in the web portal:
- Add attribute
_PHOTO_WATERMARK_ATTRIBUTES. - Set its value to a comma-separated list of watermark codes and/or attribute names (case-sensitive).
- Prefix with
!MODIFIER-HIDE;to hide from the form (recommended).
Example: !MODIFIER-HIDE;_CURRLATLNG,_CURRXY,_FEATURELATLNG,_FEATUREXY,_FEATUREXYZ,Attr1,Attr2,Attr3
Available Watermark Codes
Code
What it adds
_IDFeature ID
_FEATURETYPENAMEFeature type name
_TIMESTAMP / _DATECurrent date/time or date only
_CURRLATLNG / _CURRLATLNGALTDevice lat/lng (and altitude)
_CURRXY / _CURRXYZDevice position in the watermark EPSG. E/N labels for EPSG 27700, 29902, 29903, 2157; X/Y otherwise.
_FEATUREXY / _FEATUREXYZ / _FEATURELATLNG / _FEATURELATLNGALTFeature anchor position (not device). Keys prefixed "Feature".
[attribute name]Matching attribute on the feature — uses its display value
Layout
Two columns, two items per line; long values wrap. List order = display order.
What's Next?