I am a newbie. I need help with AttRelateInfoWin Widget. Along with some textual information, I am trying to show images for particular points on the map. in the main config file, i am using the following for the operational layer:<operationallayers> <layer label="Traffic Cameras" type="feature" visible="true" alpha="1.0" info="widgets/InfoTemplates/AttRelateInfoWinWidget.swf" popupconfig="widgets/InfoTemplates/IWT_Cameras.xml" url="http://*Servername*/ArcGIS/rest/services/flextesta/MapServer/0"/> </operationallayers>
and in the Widget config file, I have used the following<?xml version="1.0" ?> <configuration> <fields>URL,hisname</fields> <titlefield>hisname</titlefield> <multiimagefield linkprefix="" linksuffix="" nexttooltip="Next" prevtooltip="Prev">URL</multiimagefield> <layername>Traffic Cameras</layername> <datefields></datefields> <zoomscale>25000</zoomscale> <csvseparator>,</csvseparator> </configuration>
I have left the linksuffix blank because the entire path is provided by the URL attribute (Just for testing. once it works I will make this loosely coupled)THE PROBLEMThe widget does not work. The only thing that appears on the widget is a zoom button 😞I tried to follow exactly what was written in 'Attachment Relate Info Window Widget XML Configuration' file. I configured the main XML by referencing the samples provided by you. What I needExactly like when you click on Chuchhill Downs in the sample map http://gis.calhouncounty.org/FlexViewer2.5/index.html?config=config-infoimage.xml provided by Robert ScheitlinCould you please guide me in the right direction? Since nothing (not even the text attributes - such as 'Name of Location' in the sample) is appearing on my widget, I am sure I am missing something basic.