POST
|
1. If you have a multirole of StreetAddress and the Parcel roles, where ParcelName is mapped to PIN, do you experience the zoom issue? 2. What is the purpose of a Parcel role locator where ParcelName is mapped to the property address "123 Main St"? Is the same parcel polygon data used for this locator the same used for the Parcel - PIN locator? Mapping the street address to the ParcelName field is not going to create an optimal locator using the Parcel role. The street address components should be broken up into separate fields. You can use the Split Address Into Components tool to parse the PROP_STREET field into individual address components . There are illustrations of what can be searched using the Parcel role. You also have the option to create the Parcel - PIN locator and set PROP_STREET as a custom output field so that when you search for the PIN, the PROP_STREET value will be included in the output. When you create the composite with a mix of multirole and single role locators you should use the Result Order option in the properties that is to order the results by role and score, which gives the same fallback as a multirole locator.
... View more
07-30-2025
12:37 PM
|
0
|
1
|
113
|
POST
|
Thanks for the additional info. 1. Is the parcel data point or polygon? Are you also mapping the Parcel Name field along with STREET, CITY, STATE, and ZIP for the Parcel role? 2. When you create a multirole locator of StreetAddress and Parcel and search for an intersection you experience the zoom issue? 3. Do you get the same behavior if t he precision type of the locator is Local Extra High or Global Extra High? 4. If you have a composite of a StreetAddress role and Parcel role locator do you encounter the zoom issue? Just to confirm, you are using ArcGIS Pro 3.5 to build the locators?
... View more
07-30-2025
09:28 AM
|
0
|
3
|
120
|
POST
|
@AaronManuel2 You can create a multirole locator using the Parcel role for the PIN and POI role for the owner name. You would be able to search for either PIN or Owner Name. You can also use your original idea of creating a Parcel role locator for PIN and POI role for Owner Name locator and adding them to a composite locator. Is your goal for the locator to use it for single address/owner name search or for batch geocoding a table?
... View more
07-30-2025
09:11 AM
|
0
|
0
|
63
|
POST
|
@Robin Have you tried with a feature class in a file gdb? What locator are you using to search for places in the Locate pane? What happens at Step 4 if you select 'Create new feature class` that is in a file gdb.
... View more
07-30-2025
12:22 AM
|
0
|
0
|
69
|
POST
|
@ChelseaRozek Thanks for sharing the field mapping and coordinate system of the street centerline data used to build the locator. I see that you have a multirole locator in the screenshot, does it also include any alternate name tables that would be listed on the Alternate Name Tables tab in the locator properties? If there are no alternate name tables that are part of the locator there is no need to map the Street Join ID locator role field. Including the FeatureID role field is only necessary when you have duplicate geometry in the primary reference data that have different attributes like different street names. When you do use the FeatureID field the field you map to it should not contain unique IDs like the ObjectID field. Mapping the FeatureID field when you do not have duplicate features with different attributes will increase the size of the locator, impact the time it takes the build the locator, and can affect the performance of the locator. See the following topics for more info: - https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/collapse-duplicate-features-in-the-data.htm - https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/locator-role-fields.htm The Full Street Name field is also not necessary to map when building a locator for the USA as this field is not used for address matching. 1. What is the Precision type of the locator? This is on the 'About the locator' tab of the locator properties. 2. Have the side and end offsets been modified? This is on the Geocoding options tab > Match options section 3. Is the multirole locator from the screenshot added to a composite? 4. Does the same behavior occur with a single StreetAddress role locator? 5. Is all of the data used in the multirole locator in the same coordinate system?
... View more
07-29-2025
11:58 PM
|
0
|
5
|
124
|
POST
|
Does the locator view you created in ArcGIS Online work in the MapViewer as expected?
... View more
07-25-2025
09:01 AM
|
0
|
0
|
45
|
POST
|
@ChelseaRozek Can you provide me more details about the locator you created and the version of ArcGIS Pro used to build the locator? 1. What is the coordinate system of the street data used to build the locator? 2. Can you provide a screen shot of the field mappings for the StreetAddress role? This can come from the locator properties dialog on the Reference Data Tables tab
... View more
07-25-2025
08:59 AM
|
0
|
7
|
138
|
POST
|
@CRossNSDA When was the last time that you created the locator view in ArcGIS Online and it did not work as expected? The reason I ask is because a member of the Survey 123 team asked the same question the week of July 7th, which was not long after the June update to ArcGIS Online. This issue was resolved by the end of the week and definitely by last Monday. If you create a new locator view in ArcGIS Online that is filtered to just Canada today, are you still getting addresses outside of Canada? Yes, unfortunately, the locator views created in ArcGIS Pro do not work outside of ArcGIS Pro.
... View more
07-22-2025
02:33 PM
|
0
|
1
|
77
|
POST
|
@CRossNSDA Do you get the same behavior when you create a locator view in ArcGIS Pro? https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/add-a-locator-view-to-a-project.htm Where will you be using the locator view? (map viewer, web app, ArcGIS Pro, mobile)
... View more
07-22-2025
09:41 AM
|
0
|
5
|
291
|
POST
|
@Matt-Goodman @MichaelVolz Just for your awareness modifying the .loz file violates the use agreement and support for locators created with the modified .loz file. Where did you find those steps documented? Was it on Community or Tech Support knowledge article? All that was needed was to remove the following field mappings from the script. {
"role_field":"FULL_STREET_NAME",
"mapped_field":"LST_CONCAT",
"display_field":"LST_CONCAT"
} and {
"role_field":"PARCEL_JOIN_ID",
"mapped_field":"PropertyID",
"display_field":"PropertyID"
}
... View more
07-22-2025
09:11 AM
|
0
|
0
|
45
|
POST
|
@Matt-Goodman Is this locator just a single role PointAddress locator you are trying to rebuild? If yes, there are some issues with the field mapping that you have. 1. FULL_STREET_NAME: This is not necessary when building locators for the USA, it does not help with address matching. 2. PARCEL_JOIN_ID: This is used to link the PointAddress role to the Parcel role in a multirole locator. If this is a single role locator, this field should not be mapped. If anything you can add PropertyID as a custom output field so that the Property ID is returned in the geocode result. {
"role_field":"PARCEL_JOIN_ID",
"mapped_field":"PropertyID",
"display_field":"PropertyID"
Do you have any issues re-running the Create Locator tool to build the locator versus using the Rebuild Address Locator in the geoprocessing pane or via Python?
... View more
07-14-2025
12:11 PM
|
2
|
5
|
350
|
POST
|
@JoshBillings Are you creating a locator for addresses in the USA? If so, not all input locator role fields apply to all countries, but all locator role fields are returned in the output for all countries because the same template is used for all countries and the Create Locator tool only shows the input locator role fields specific to the country the locator supports. What type of information are you trying to display in the District field? If you are going to add a custom output field it has to be unique and cannot be the same name as an existing output field. You could use "_Distric"t or "Districts" or anything that is not "District" as the custom output field name. https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-02776-02800-002791.htm
... View more
07-14-2025
07:25 AM
|
0
|
0
|
67
|
POST
|
@SLouq For those addresses that are placed along the street centerline it sounds like they were matched to the street data and not the point address data. For the addresses in question, check the values in the Addr_type field. This will tell you if the address is a PointAddress or StreetAddress (StreetName, StreetAddressExt) match. If a point for the address does not exist in the point address data to build the locator, then the address will be matched to the street data and interpolated long the line based on the house number range of the street in the data. As far as the format of your spreadsheet is concerned it should look similar to one of the following: If you'd like for me to take a look at your data, you can send it to me in a private message if you like. I think at a minimum it would be helpful to see the reference tables from the locator properties dialog for both the PointAddress role and StreetAddress role.
... View more
07-14-2025
07:17 AM
|
0
|
0
|
101
|
POST
|
@LakshmiSankaran The Dynamic geocoding from ArcMap is not available in ArcGIS Pro. Please add this request to be voted up on in ArcGIS Ideas.
... View more
07-14-2025
06:55 AM
|
0
|
0
|
80
|
Title | Kudos | Posted |
---|---|---|
1 | 06-05-2025 08:01 AM | |
2 | 07-14-2025 12:11 PM | |
1 | 09-25-2024 12:04 AM | |
1 | 08-25-2024 09:52 PM | |
1 | 05-16-2024 12:50 AM |
Online Status |
Offline
|
Date Last Visited |
2 weeks ago
|