So, once you have an mxd, and you publish it as a map service, then you go into the flexviewer folder and open config.xml and add your service in the operationallayers section. <operationallayers> <layer label="Parcels" type="dynamic" visible="true" url="http://agsmaps.ci.santa-rosa.ca.us//ArcGIS/rest/services/Parcels/MapServer"/>You will find the url for your service by looking in http://servername//ArcGIS/rest/services and then clicking on the particular service you want to add and copying the url from your browser. This will work for internal users. For the public, you will want to create a virtual directory or something similar that lets them thru your firewall. Feel free to give me a call if you want: 707-543-3112
<operationallayers> <layer label="Parcels" type="dynamic" visible="true" url="http://agsmaps.ci.santa-rosa.ca.us//ArcGIS/rest/services/Parcels/MapServer"/>
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 posthttp://zachsgeospatial.blogspot.com/2010/06/mapping-point-data-from-excel.htmlThanks
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
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...
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 GBronx, NY
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.