For a location map in set a Survey 123 Report, is the blue location indicator hard coded by ESRI? Can this pointer be changed? Specifically, this is the location identifier pointing to my feature class.
Is there a workaround for this clunky blue location indicator? it overlaps my well labels, and the basemap geography.
for context and set up: my report consists of well samples. I'm referencing a web map with my wells feature class. Basemap and well symbology set. Each report page represents a different well location and associated inspection. my goal is to print a map referencing the well location from the scale of our study area (1:150,000)
You'll want to use ${<question name>| drawingInfo: "Layer Name or Feature Layer URL">} to get the report to use your symbology instead of the default.
Aside from just changing/hiding the blue map marker symbol, I wonder if any filtering on the map would help at that scale? See the docs below for tips, and a potential workaround for the marker symbol in the comments of the idea.