I am putting together a feature report from water quality data collected at four different sites. The map that shows up in the report is not reflective of the one in my survey and it is zoomed pretty far out so you can't really see the site exactly. How do I use any expressions to zoom my map in so I can show my field sites more accurately? Also, is there a way to change the map layer? Thanks for your help. I added a screen shot of a report cover with the un-ideal map and a screen shot of the sites shown on my data table in survey123.
Solved! Go to Solution.
Per the docs, does something like this not work?
Map questions support setting the web map item ID and map scale as optional parameters. In the following example, a map scale of 1:100,000 is used:
${location | map:"7e2b9be8a9c94e45b7f87857d8d168d6" | mapScale:100000}
Per the docs, does something like this not work?
Map questions support setting the web map item ID and map scale as optional parameters. In the following example, a map scale of 1:100,000 is used:
${location | map:"7e2b9be8a9c94e45b7f87857d8d168d6" | mapScale:100000}
Thank you for the link. I did try that and the map still does not zoom in to the data point. It just changes the shape of the. map box (ex. if I change to 400:400). I will keep sleuthing. Thanks again.
I just changed the map scale within the expression you sent and it worked. Thanks