//define the custom locator var geocoders = [{ url: "http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_NA_10/GeocodeServer", name: "NA Geocoder", //substitute whatever parameter your own locator uses for single line input here singleLineFieldName: "SingleLine" }]; _self._geocoder = new esri.dijit.Geocoder({ map: _self.map, //setting arcgisGeocoder to false ensures that the url specifed for "_self.options.locatorserviceurl" in line 295 won't be used arcgisGeocoder: false, theme: 'modernGrey', //pass in the locator (and options) you defined above geocoders: geocoders, autoComplete: true }, dom.byId("geocoderSearch"));
I know this is an older thread, but this link isn't working. I'm getting an error:An error has occurred. Please try again later.I like the way this is styled and want to be able to dig into it, but I'm not getting very far!
Public Information Map Template 2 --Opening postPlease reply to this opening post to submit questions and comments about the Public Information Map - 2.0.
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.