Select to view content in your preferred language

How to center an annotatable image of an map from a previous geopoint's coordinates?

277
3
3 weeks ago
ChipMorgan65
Frequent Contributor

I've got a simple Survey 123 Connect XLSform (attached) to practice with image annotation of a map. What I want is to set a geopoint and then annotate a map based image centered on the geopoint's coordinates.

The logic is simplified for testing.

The image question uses annotate for the appearance and method=camera,browse,map for the body::esri:style.

The map is annotatable as expected. It's just not centered on the geopoint's coordinates, but instead on my device's current location.

Any thoughts?

0 Kudos
3 Replies
abureaux
MVP Frequent Contributor

Default and Calculate settings are ignored by an image question when referencing lat-lon. I'd guess because it isn't a traditional "geopoint" question it doesn't know how to handle the input.

What I mean by that is you can specify a default or calculate value for geopoints and have them go to that location. Ex:

abureaux_0-1747761796926.png

Unfortunately, I don't think that can be done. But it may be worth making an Idea.

0 Kudos
ChipMorgan65
Frequent Contributor

Understood, and thanks for your reply.

A (partially) saving grace is that folks that will be annotating maps will probably be on-site and thus the map will center on their location.

0 Kudos
Neal-Kittelson
Frequent Contributor

I came to the same conclusion as @abureaux ,  A couple thoughts: What are the survey takers collecting with the annotation?  Could you use the geoshape type, and then have a comments field to describe the shape?

I also tried a backward approach of seeing if I could pull the coordinates from the exif data of the map grab, but unfortunately coordinates are not collected.

0 Kudos