I have successfully configured the pop ups for all my layers except the one that has photos.
I am not using the AppBuilder. I want to do this using XML, not the AppBuilder.
Photo_1 below is the field in the Feature Class where the photos reside. Layer type = dynamic, not Feature.
I am pretty sure Photo_1 placement is the wrong syntax. Where do I specify the name of the attribute field where all the names of the photos reside in the Feature Class?
When I click on any of the points in this layer, nothing pops up.
Any ideas on how to get this to work?
Here is my code from the pop up.xml file associated with this layer:
<?xml version="1.0" ?>
<configuration>
<title>Photo of Buried Utilities</title>
<description><![CDATA[<b>Date of Photo: </b> {GPS_Date}]]></description>
<medias>
<media type="image" imageLinkURL="http://<servername>/<virtualdirectory>/{Photo_1}"/>
</medias>
</configuration>
I am not using the AppBuilder. I want to do this using XML, not the AppBuilder.
Photo_1 below is the field in the Feature Class where the photos reside. Layer type = dynamic, not Feature.
I am pretty sure Photo_1 placement is the wrong syntax. Where do I specify the name of the attribute field where all the names of the photos reside in the Feature Class?
When I click on any of the points in this layer, nothing pops up.
Any ideas on how to get this to work?
Here is my code from the pop up.xml file associated with this layer:
<?xml version="1.0" ?>
<configuration>
<title>Photo of Buried Utilities</title>
<description><![CDATA[<b>Date of Photo: </b> {GPS_Date}]]></description>
<medias>
<media type="image" imageLinkURL="http://<servername>/<virtualdirectory>/{Photo_1}"/>
</medias>
</configuration>