Select to view content in your preferred language

Find Locations Restricting to Country Code in ArcGIS Desktop

552
0
02-22-2013 06:12 AM
PaulGrimes
Deactivated User
Hi Guys,

I hope its the correct place for the question, If not please lets know...

I looking to use the world geocoding service in Desktop, 10.1 SP1, using the find and locations , using the world locator. I only want to use it as as gazetter, e.g find location Newpark but only return results for Ireland without the use entering IRL or Ireland after the search item.

So now the question ... is there anything I can do to implement this restriction of search only for a given country ? I have taken a look at the defaultlocators.xml but no sucess, I thought there maybe something like below that might work, but I cant apear to find any documentation or help, I'm obviously not looking in the correct place, so any help is appreciated

<locator_ref>
<name>World</name>
<display_name>TEST - IRL </display_name>
<workspace_properties>
<factory_progid>esriGISClient.AGSServerConnectionFactory</factory_progid>
<ags_connection_properties>
<url>http://geocode.arcgis.com/arcgis/services</url>
</ags_connection_properties>

</workspace_properties>
<value_set name="Country">
<value>IE</value>
</value_set> </locator_ref>

Regards

Paulg
Tags (2)
0 Kudos
0 Replies