I downloaded the Flex Viewer onto my server, installed, and it runs great. Now, is it possible to link it to an excel file that has Long/Lat Coordinates? I want to display, say 10 points on the Flex map from this Excel file. I want to be able to hover over the displayed points so that it shows the other information in the row of the excel file.
This seems simple enough, and I already did it in ArcGIS 9.3 but would now like to deploy it company wide.
Does anyone have any tips or suggestions? Thank You all in advance for your help!
Mike G
Bronx, NY
Are you publishing any of your own services, or are you just using the online services that come with the Flexviewer? If you do not have ArcGIS Server, then you can not do this...
<operationallayers> <layer label="Parcels" type="dynamic" visible="true" url="http://agsmaps.ci.santa-rosa.ca.us//ArcGIS/rest/services/Parcels/MapServer"/>
Mike,
Also, unlike some other areas, ESRI has actually done a fairly good job with their documentation for Flexviewer: http://help.arcgis.com/en/webapps/flexviewer/help/index.html
Mike,
Also, unlike some other areas, ESRI has actually done a fairly good job with their documentation for Flexviewer: http://help.arcgis.com/en/webapps/flexviewer/help/index.html
you do not have to publish your xls to view in flex viewer. you can create your own widget using AS3xls library and display data dynamically....look at this post
http://zachsgeospatial.blogspot.com/2010/06/mapping-point-data-from-excel.html
Thanks