Select to view content in your preferred language

How to obtain area polygone in Field maps when user will trace a polygone?

1352
4
06-14-2022 02:31 AM
AEVGABRIEL
Emerging Contributor

The user would like to export the area they will draw or capture with continuous mode from field maps mobile or the web map . ( polygons of invasive plants in many places at the same time to calculate the sum)

The field 'area' does not exist on field maps but in the gdb with the st_area field. They must open arcgis map to export the data to obtain the area they need.

Indeed, when the area is created, it's indicated on field maps apps(see the screenshot) but we can't get this figure except on arcgis map.

How can i get the area from field maps without open Arcgis?

is there a way like on survey that we can add a formule on xls form to get area, perimetre or distance?

With arcade, it's not possible to create an expression with an automaticate  field  like area.

 

Thanks for answers

Tags (3)
0 Kudos
4 Replies
RhettZufelt
MVP Notable Contributor

Does not appear as if you can add that to the Form, but if you configure the popup in map viewer, you can add the st_area field to it, and will show when you click on the polygon.

R_

0 Kudos
AEVGABRIEL
Emerging Contributor

Unfortunately, the data create for field maps don't have the st_area field . I can't add it on the map viewer.

il' exists only on arcmap. 

Some one have an idea to get the information for that?

0 Kudos
RhettZufelt
MVP Notable Contributor

If you look at the Item Details data tab for the hosted feature layer, do you not see the field there either?

RhettZufelt_0-1655303230134.png

How was the feature layer created, and are you working with a view?

R_

0 Kudos
AEVGABRIEL
Emerging Contributor

Yes, it's possible to add a field indeed in AGOL, i export a shape of my data and i add the field st_area.

For the moment, when i collect on field map on this data, nothing appear on this field st-area).

And, with my version of argis server (10.7.1), i can't have the possibility to add new field, and all the field create with arcgis (st_lenght, st_area) don't appear also.

 

I will create all my web map and data on arcgis server , not on agol. That's why, i didn't find what you show me.

I can't get all the parameters for the moment with my version like in agol. I 'm still looking for a solution...

0 Kudos