For some reason I just can't get the AttRelateInfo to fire when clicking on my Parcels.
I have a property viewer with parcels, and I was hoping to be able to click on a parcel and view some basic attributes along with an image of each property. But when I click a Parcel, nothing is happening...I have this working in internal property viewers, but this one just won't go. Anyone see what I'm missing??
http://www.banffmaps.ca/Property is the name of the viewer.
Here is an exerpt from my config file:
<layer label="Parcels" type="feature" visible="true" alpha="1.0"
info="widgets/InfoTemplates/AttRelateInfoWinWidget.swf"
infoconfig="widgets/InfoTemplates/IWT_BanffParcels.xml"
url="http://www.banffmaps.ca/ArcGIS/rest/services/Property/Property/MapServer/9"/>
Here's my IWT_BanffParcels.xml file:
<?xml version="1.0" ?>
<configuration>
<fields>Full_Address,Perimeter,Acres,Hectares,ROLL</fields>
<titlefield></titlefield>
<links>
<linkfield icon_or_text_or_img="img" icon="" linkalias="Property Photo"
linkprefix="http://www.banffmaps.ca/Property/assets/images/PropertyPhotographs/" linksuffix=".jpg">ROLL</linkfield>
</links>
<layername>Parcels</layername>
<datefields></datefields> <!-- field in milliseconds -->
<zoomscale>2000</zoomscale>
<csvseparator>,</csvseparator>
<labels>
<csvdefaultname>Related Records</csvdefaultname>
<exportbtnlabel>Export...</exportbtnlabel>
<export2csvoptionlabel>Export to CSV...</export2csvoptionlabel>
<export2txtoptionlabel>Export to Txt...</export2txtoptionlabel>
</labels>
</configuration>
Thanks for any suggestions
Steve