|
POST
|
If you go into the locator loc file, you can change the property "supportsEmptyHouseNumber" to true and this should work. Brad
... View more
05-21-2012
03:07 PM
|
0
|
0
|
2019
|
|
POST
|
That is correct, it will be fixed in 10.1 as well. Brad
... View more
05-04-2012
07:42 AM
|
0
|
0
|
2120
|
|
POST
|
This should work in 10.0 SP4. You will need to set the WriteAdditionalOutputFields to "True" though in order to see them though. Brad
... View more
05-03-2012
12:58 PM
|
0
|
0
|
1182
|
|
POST
|
We don't ship any styles other than US styles. You would need to contact ESRI Canada about getting either the Canada locator style or a Canada locator. You could also create a custom style just the way you did. There are no longer "Rules" for the locators, you create the "Rules" by defining them in the grammar of the locator style XML. Brad
... View more
05-03-2012
12:47 PM
|
0
|
0
|
773
|
|
POST
|
The Dual Ranges locator style is the one you want if you have Left from - to and Right from - to address ranges. You would just map the Zone that is appropriate to your reference data (City, State or Zip) and leave the other fields mapped to <None>. Brad
... View more
05-03-2012
12:40 PM
|
0
|
0
|
1240
|
|
POST
|
It didn't make SP4 but we have a fix for it and it will be in 10.0 SP5. Brad
... View more
03-20-2012
01:20 PM
|
0
|
0
|
2120
|
|
POST
|
I have reproduced this issue and I have logged it. We will try to get it in the next 10.0 Service Pack. Brad
... View more
02-22-2012
02:11 PM
|
0
|
0
|
2120
|
|
POST
|
I am not sure what the issue is but I can take a look. Do you have the ability to share the data? If so, send it to me at the email below. Brad [email protected]
... View more
01-25-2012
08:56 AM
|
0
|
0
|
647
|
|
POST
|
This was a locator change. We now require a "CoordSeparator" between the two coordinates and we allow for the space between the "CoordSeparator" and the second coordinate to be optional (before it was required and that is why it doesn't match with the 10.0.2 locator). Valid inputs (comma below can be replaced with ";" or "|" as well): coord,coord coord , coord coord, coord coord ,coord Locator definition in the XML file is below. If needed, line 10 below can be uncommented to allow for no separator but if that is done, also change the pre_separator to "required" for the "latitudePrefix" element below. We won't ship any locators this way because we saw some strange address parsing but if it is a necessity, proceed with caution. If not, I would suggest to require the "CoordSeparator" and edit the 10.0.2 locator to have pre_separator "optional" for the "CoordSeparator" or just use the 10.0.3 locator.
<section desc="Coordinates">
<def name="OptCoordsysID">
<alt>WGS_1984</alt>
<alt/>
</def>
<def name="CoordSeparator">
<alt>,</alt>
<alt>;</alt>
<alt>|</alt>
<!--<alt/>-->
</def>
<def name="Coordinates">
<alt>
<elt ref="longitudePrefix"/>
<elt ref="positiveRealNumber" pre_separator="optional"/>
<elt ref="CoordSeparator" pre_separator="optional"/>
<elt ref="latitudePrefix" pre_separator="optional"/>
<elt ref="positiveRealNumber" pre_separator="optional"/>
<elt ref="OptCoordsysID"/>
<result tag="Coordinates">
<method ref="create_point">
<init_properties>
<prop name="CoordinateSystem">WGS_1984</prop>
</init_properties>
<parameter>
<component_value component="_1"/>
</parameter>
<parameter>
<component_value component="_2"/>
</parameter>
<parameter>
<component_value component="_4"/>
</parameter>
<parameter>
<component_value component="_5"/>
</parameter>
<parameter>
<component_value component="_6"/>
</parameter>
</method>
</result>
</alt>
</def>
<def name="longitudePrefix">
<alt>w</alt>
<alt>e</alt>
<alt>-</alt>
<alt>+</alt>
<alt/>
</def>
<def name="latitudePrefix">
<alt>n</alt>
<alt>s</alt>
<alt>-</alt>
<alt>+</alt>
<alt/>
</def>
</section>
Brad
... View more
01-24-2012
11:59 AM
|
0
|
0
|
700
|
|
POST
|
What locators are you trying to add? Are they the ArcGIS Online locators that come out of the box? Brad
... View more
01-06-2012
09:33 AM
|
0
|
0
|
648
|
|
POST
|
I will let you know. Guess what .... I just got back into work today and it is available. The ArcGIS 10 SP3 (Desktop, Engine, Server) Geocoding General Maintenance Patch is now live on the ArcGIS Resource Center. http://resources.arcgis.com/content/patches-and-service-packs?fa=viewPatch&PID=66&MetaID=1831 Thanks for your patience. Brad
... View more
01-04-2012
11:59 AM
|
0
|
0
|
2227
|
|
POST
|
You are correct. This issue only affects 10.0 locators. Brad
... View more
12-22-2011
07:38 AM
|
0
|
0
|
2227
|
|
POST
|
We don't have an exact date yet but we are hoping to get it out no later than the first week of 2012. Brad
... View more
12-15-2011
03:28 PM
|
0
|
0
|
2227
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-13-2026 01:05 PM | |
| 1 | 04-25-2014 08:21 AM | |
| 1 | 07-31-2025 10:52 AM | |
| 1 | 11-15-2024 09:08 AM | |
| 1 | 07-15-2022 02:04 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-13-2026
12:03 PM
|