Original User: cwigg12
I am a new student to ArcGIS Viewer. I have a hiking map with 13 popular trails listed as points on a map. I can click them and it displays the trail name through the attribute table, but I want a jpeg image of the trail to popup below the trail title also. I have the images in a folder but how do I program it to show each image when the trail point is clicked. I see under Configure, Popup, Media you can load media via URL or link. Can I reference the folder some how from here or do I need to program .xml....I found the following xml but not sure where to start: Thank you
<configuration>
<title>{Tract}</title>
<fields>
<field name="Tract"/>
<field name="Link"/>
</fields>
<medias>
<media type="image" imagesource="{Link}" imagelink="{Link}"/>
</medias>