Limiting Location Accuracy

Hi all,

Is it possible to limit accuracy of location? Currently in my device it
automatically stops at 5m.

Thank you
Prakash

Hi Prakash,

The solution to your problem is described at
http://opendatakit.org/help/form-design/examples/ under Geo-location
Prompts

By default, the widget halts the geo-positioning process once the
geopoint has an accuracy of 5m or less. To change this, you can supply
an "accuracyThreshold" attribute to the tag. I.e., to instruct
ODK Collect to capture geopoints with accuracies of 1.5m or less, use:

<h:body>

geopoint widget
this will get gps location

</h:body>

Yaw

ยทยทยท -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Wed, Mar 19, 2014 at 10:59 PM, PS PRAKASH psprakashgis@gmail.com wrote:

Hi all,

Is it possible to limit accuracy of location? Currently in my device it
automatically stops at 5m.

Thank you
Prakash

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Thank you Yaw.