Hello,
I'm trying to default the City and State to the Locate widget but I have not had any luck with results. ANy suggestion on what maybe incorrect on this config.
Thanks
<?xml version="1.0" ?>
<configuration label="U.S. Geocoding">
<usesingleline>true</usesingleline>
<locator>http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Streets_US_10/GeocodeServer</locator>
<fields>
<field name="City" defaultvalue="orange"/>
<field name="State" defaultvalue="ca"/>
</fields>
<minscore>40</minscore>
<zoomscale>10000</zoomscale>
</configuration>
I'm trying to default the City and State to the Locate widget but I have not had any luck with results. ANy suggestion on what maybe incorrect on this config.
Thanks
<?xml version="1.0" ?>
<configuration label="U.S. Geocoding">
<usesingleline>true</usesingleline>
<locator>http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Streets_US_10/GeocodeServer</locator>
<fields>
<field name="City" defaultvalue="orange"/>
<field name="State" defaultvalue="ca"/>
</fields>
<minscore>40</minscore>
<zoomscale>10000</zoomscale>
</configuration>