Pollstat polling place locator flex website

1836
0
12-01-2010 04:34 AM
by Anonymous User
Not applicable
Original User: alnesbit

Hello all,

I'm trying to use this application that's available: http://www.arcgis.com/home/item.html?id=2acc972d051344f2a98f8ce6a08c9ad8   from CoolappsTeam at CyberTech. It says it's really easy and all I have to do is path the xml and the mxd to my data and serve up the map and it will work. I am running into problems right off the bat: I can't get it to find an address. I changed the zip code to my zip code thinking that would help but I don't understand how the geocode works exactly. It's using the ESRI locator that's here: http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_NA/GeocodeServer

The code below is the only spot I have changed in the xml so far. I have noticed that this is based on the 2.0, or Beta version of flex, not the new 2.1. Do you think this has something to do with why it won't work?

<!-- LOCATOR -->
    <locator label="Enter Address: " fields="Address:,Zip:65721,State:,Country:US" defaultLocation="100 W Church St" distance="0.07">
    http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_NA/GeocodeServer
    </locator>


I really appreciate any help. This seems to be a very cool application but I can't get it to work. If anyone has used it or has a clue, please let me know.

Thanks!
0 Kudos
0 Replies