Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Multiexcerpt include macro
macro_uuid77a79df7-a5d1-4f8f-828d-6c8d8a40e9b2
nameSoftware Plan - Pro
templateDataeJyLjgUAARUAuQ==
page[Internal] CommCare Public ManagementCommCare Help Site Design Guidance
addpanelfalse

This page will walk you through the steps of integrating Dimagi's area mapping application with your CommCare app.

Configuration

  1. On your Android device, download the Area Calculator application from the Google Play Store

  2. In the Form Builder, add a Android App Callout type question

    1. Then, under the "Templates" dropdown of this question, select the "Area Calculator" question type

Saving Images

In order to capture an image of the map and the polygon around the surveyed area, follow the steps below. 

...

The image of the map and polygon will now be saved to the image capture question when the form is submitted. 

...


Saving Coordinates

In order to capture the coordinates of the polygon, follow the steps below. 

  1. Add an extra to the Area Calculator question with key: coordinates and value: 'true'

  2. Add a hidden value to the form to save the coordinates in

  3. Add a key/value pair to the Response section of the Area Calculator question, with key: coordinates and value: drag and drop the hidden value created in step 2 above

The coordinates of the polygon will now be saved to the hidden value as a string of lat/lng doubles when the form is submitted. 

...