Gilbert and Nathan, I believe that I have fixed the need to pan the map to get some layers to display the tooltip, in version 2.5.0.1. Give it a try.Don't forget to click the top arrow (promote) as shown below:
Gilbert, Add mode="snapshot" to your layer element in the main config.xml for each of your layers you are use a FeatureTooltip on. As far as the attachments I don't know whats wrong.Don't forget to click the top arrow (promote) on this post as shown below:
Gilbert, No link in the MapTips is not possible. This widget came out a long time before PopUps in the Flex Viewer. If you want links and alot more flexability than you need to be using PopUps instead.http://help.arcgis.com/en/webapps/flexviewer/help/01m3/01m30000002q000000.htm
<?xml version="1.0" ?> <configuration> <layers> <layer> <name>SCAN DATA</name> <fields>name</fields> <datefields></datefields> <dateformat>MM/DD/YYYY</dateformat> </layer> <layer> <name>SCAN Facilities</name> <fields>STATE</fields> <datefields></datefields> <dateformat>MM/DD/YYYY</dateformat> </layer> <layer> <name>Louisville Zoning</name> <fields>ZONING_CODE,ZONING_NAME,ZONING_TYPE</fields> <datefields></datefields> <dateformat>MM/DD/YYYY</dateformat> </layer> <layer> <name>Louisville Police Facilities</name> <fields>PD_NAME</fields> <datefields></datefields> <dateformat>MM/DD/YYYY</dateformat> </layer> <layer> <name>Louisville Traffic Cameras</name> <fields>DESCRIPTION</fields> <datefields>LAST_UPDATED</datefields> <dateformat>MM/DD/YYYY</dateformat> </layer> </layers> <!-- The length of time, in milliseconds, that Flex waits to hide the ToolTip box after it appears. --> <!-- This setting affects all tooltips in the application so use with caution --> <hidedelay>3000</hidedelay> </configuration>
Gilbert, Yes the widget will work with your data once you get it configured correctly.[ATTACH=CONFIG]12596[/ATTACH]
<?xml version="1.0" ?> <configuration> <layers> <layer> <name>icao reg office</name> <fields>name</fields> <datefields></datefields> <dateformat>MM/DD/YYYY</dateformat> </layer> <layer>scan data</name> <fields>STATE,ENTITY,PROVIDER</fields> <datefields></datefields> <dateformat>MM/DD/YYYY</dateformat> </layer> <layer> <name>Louisville Zoning</name> <fields>ZONING_CODE,ZONING_NAME,ZONING_TYPE</fields> <datefields></datefields> <dateformat>MM/DD/YYYY</dateformat> </layer> <layer> <name>Louisville Police Facilities</name> <fields>PD_NAME</fields> <datefields></datefields> <dateformat>MM/DD/YYYY</dateformat> </layer> <layer> <name>Louisville Traffic Cameras</name> <fields>DESCRIPTION</fields> <datefields>LAST_UPDATED</datefields> <dateformat>MM/DD/YYYY</dateformat> </layer> </layers> <!-- The length of time, in milliseconds, that Flex waits to hide the ToolTip box after it appears. --> <!-- This setting affects all tooltips in the application so use with caution --> <hidedelay>3000</hidedelay> </configuration>
<?xml version="1.0" ?> <configuration> <layers> <layer> <name>SCAN DATA</name> <fields>name</fields> <datefields></datefields> <dateformat>MM/DD/YYYY</dateformat> </layer> <layer> <name>SCAN Facilities</name> <fields>STATE,ENTITY,PROVIDER</fields> <datefields></datefields> <dateformat>MM/DD/YYYY</dateformat> </layer> <layer> <name>Louisville Police Facilities</name> <fields>PD_NAME</fields> <datefields></datefields> <dateformat>MM/DD/YYYY</dateformat> </layer> </layers> <!-- The length of time, in milliseconds, that Flex waits to hide the ToolTip box after it appears. --> <!-- This setting affects all tooltips in the application so use with caution --> <hidedelay>3000</hidedelay> </configuration>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.