Select to view content in your preferred language

Visualizing geopoint and geoshape in survey map

148
2
Jump to solution
Friday
Harris_Koffi
Emerging Contributor

Good morning,

I have created a form with survey123 connect and in my XLS file, I have two GPS coordinate fields. A geopoint field and a geoshape field.
After saving, I notice that I can't see the geopoint and geoshape fields in the feature layer and on the visualization map.
Can you help me?
Thanks in advance.

 

1 Solution

Accepted Solutions
Neal-Kittelson
Frequent Contributor

To achieve this I think you have to implement a repeat for the second geometry.  Each feature can only have one geometry but implementing repeats allows you to have two or more related to each other.  

To try this add the geopoint to the main form.  Add a repeat section and put your geoshape in there.  If you want to ensure one shape, than implement a constraint on the repeat limiting it to one answer.  And you can use the repeat count field to ensure users add at least one shape.

View solution in original post

2 Replies
Neal-Kittelson
Frequent Contributor

To achieve this I think you have to implement a repeat for the second geometry.  Each feature can only have one geometry but implementing repeats allows you to have two or more related to each other.  

To try this add the geopoint to the main form.  Add a repeat section and put your geoshape in there.  If you want to ensure one shape, than implement a constraint on the repeat limiting it to one answer.  And you can use the repeat count field to ensure users add at least one shape.

Harris_Koffi
Emerging Contributor

Thank you @Neal-Kittelson .

0 Kudos