Hi,
I have a survey with a repeat that let you collect as many geopoints as you want.
In the final report I am interested to see only one map because I don't want a single map for each geopoint. So I use this:
${#ObPoints | resultRecordCount:1}
${Ob_Points | mapSettings:” xxxf4192fcdexxxccf52xxbb7xxxxxxx”:3500 | size:580:380}
${/}
The problem is that when I geneate the report I have the map centered on the first point (because the logic of the script is to print that first point). I would like to center the map on the value on the center.
For example if we collect 3 geopoints for that repeat it has to be centered (or print if you want) the second, if we collect 4 points I want the map centered on the second or the third one...
Can anybody help with this please?
Also, if you know how to hide (or change) the marker on the PDF report generated that would be great.
Thank you