Has anybody had any luck with pointing the Minimalist app (or other downloadable configurable apps) at their own geocoding service URL?
I've added the following to the bottom of the defaults.js and minimalDefaults.js:
"geocode": [{
"url": "http://www.our.org/arcgis/rest/services/Locators/OurCo_AddrPts_CSZ/GeocodeServer"
}]<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>But when I type an address into the search box, I see network traffic that goes to geocode.arcgis.com and not to our server.
Suggestions? Thanks in advance!