locateResult.content = getDefaultString("resultScoreText") + " " + (addrCandidate.score % 1 == 0 ? addrCandidate.score : addrCandidate.score.toFixed(1));
//labels for the "results" tab loadingLabel = configXML.labels.loadinglabel || getDefaultString("loadingLabel"); locationsLabel = configXML.labels.locationslabel || getDefaultString("locationsLabel");
locateResult.content = "Address Matching " + getDefaultString("resultScoreText") + " " + (addrCandidate.score % 1 == 0 ? addrCandidate.score : addrCandidate.score.toFixed(1));
<?xml version="1.0" ?> <configuration> <locator>http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Streets_US/GeocodeServer</locator> <minscore>40</minscore> <fields><field name="State" defaultvalue="OR" visible="false"/></fields> <zoomscale>10000</zoomscale> </configuration>
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.