Hi,
I tried to follow the documentation on how to include online map in your survey, I succeeded with the provided code snippet, but it didn't work when I replaced one of the services in the code with my hosted tile service in ArcGIS Online.
1. Is my service url should look like this :
https://tiles.arcgis.com/tiles/<OrganizationID>/arcgis/rest/services/<ServiceName>/MapServer/tile/${z}/${y}/${x}.png?
2. My tile service's format is mixed, should I change the url suffix to .jpg (instead of .png)?
3. Can I add cached map service from ArcGIS Server's services directory. what would be the structure of the url?
Any help will be appreciated.
Guy