Select to view content in your preferred language

How do you zoom closer to data points on map in feature report?

439
3
Jump to solution
01-22-2026 01:03 PM
StephanieLawless
Emerging Contributor

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. 

Screenshot 2026-01-22 at 1.01.35 PM.png

Screenshot 2026-01-22 at 1.02.00 PM.png

0 Kudos
1 Solution

Accepted Solutions
DavidSolari
MVP Regular Contributor

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}

View solution in original post

3 Replies
DavidSolari
MVP Regular Contributor

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}

StephanieLawless
Emerging Contributor

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. 

0 Kudos
StephanieLawless
Emerging Contributor

I just changed the map scale within the expression you sent and it worked. Thanks