Thanks for the quick response. Currently I have everything reprojected to web mercator because I am just using the default basemaps. This includes my shapefile. Should I project all of my layers as NAD1983 and then change the WKID to 4269? I should clarify, Change the WKID inside the flex config file.
How do I handle this? I have my Flexview app in the coordinate system of my data.Any excel file that is in the same coordinate system will overlay properly.You could use ArcMap projection tool to re-project your stores FC to webmercator and add coordinates to it, then export the table. that would give you the "lookup table" that you mentioned.R_
Sorry I thought I would try this one more time. Has anyone updated the addexcel widget for 3.3 that they care to share. I'm not real familiar with how to do this and figured/hoped someone else had already taken the steps to do this. If you have could you please take a moment to upload it for those of us who are not as experienced please. This would be a nice widget just to have with the main flex builder.
All,With Roberts help an updated version for use with 3.0 has been uploaded to the resource center.The update also has a few additions and bug fixes:[INDENT]�?�Bug fixes for one more graphic being added to the graphics layer with 0,0 coordinates and the first point not having a click handler.�?�Esri popup used to display attributes.�?�Ability to specify a link field and alias.�?�Zoom to extent of features when feature panel clicked [/INDENT]http://www.arcgis.com/home/item.html?id=b8d2f6a9063e44669eddfdd2d32244e8RegardsAnthony
locateResult.content = "Number of Features: " + (tempData.length - 1).toString(); locateResult.icon = "assets/images/excel.png"; locateResult.layerID = String(layerNumber); ResultAC.addItem(locateResult); for(var i:int = 0;i<tempData.length;i++) //change from for(var i:int = 0;i<(tempData.length - 1);i++) //change to
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.