|
POST
|
Just to clarify, you want to use the field alias for the Postal input field in your REST request or you don't want to include postal code as part of the input address?
... View more
09-23-2022
09:15 AM
|
0
|
1
|
2036
|
|
POST
|
@viaplanning You could try creating a locator in ArcGIS Pro with the Create Locator tool using the Distance Range role, but you may need to add the road name unless you use Roadway_ID as the street name. When you geocode the table the result will be points. https://pro.arcgis.com/en/pro-app/3.0/help/data/geocoding/create-a-locator.htm
... View more
09-23-2022
12:59 AM
|
0
|
0
|
823
|
|
POST
|
@RyanBohan Does the same behavior occur if you just launch the Geocode Addresses tool from the Geocoding toolbox with the same settings and geocode the table, but then open the previously run tool from the History pane?
... View more
09-23-2022
12:51 AM
|
0
|
0
|
1599
|
|
POST
|
@BradleyMcCallum I believe the error you are getting is because when the composite was created Input fields were removed and the composite locator requires that all of the input fields from the participating locators are part of the composite input fields. When the input fields in the field map section are removed the number of input fields of the composite does not match the number of input fields in the participating locators. If the input field mapping is Multiple Fields, you will get the error, but if the full address is in a single field in the table and the Input Address Fields parameter is set to Single Field, you should not get the error. To confirm this I need to know what the input parameters for the Geocode Table pane or Geocode Addresses tool when geocoding the table?
... View more
09-23-2022
12:47 AM
|
0
|
4
|
5377
|
|
POST
|
What tool are you using to geocode the table? Which StreetMap Premium locator are you using in ArcGIS Pro (the name of the locator)? What version of ArcGIS Pro are you using? If you are using version 3.0, the classic StreetMap Premium locators are no longer supported as they are deprecated.
... View more
09-23-2022
12:26 AM
|
0
|
0
|
656
|
|
POST
|
@Anthony_R_McKay Have you tried using what is described in step 4 in the Rematch tutorial for the unmatched addresses? Are you using a locator you created to geocode the locations? https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/rematch-locations-converted-from-a-table.htm
... View more
09-23-2022
12:23 AM
|
0
|
3
|
3318
|
|
POST
|
What version of ArcGIS Server was the locator published to? Does the same behavior occur if "5001 ZEAMER AVE, 99506" is passed as the value in the 'Address' field? Does the same behavior occur when using the local version of the composite in the Locate pane of ArcGIS Pro?
... View more
09-23-2022
12:18 AM
|
0
|
6
|
2055
|
|
POST
|
@ScottFedak2085 The information that I provided shows what is supported for POI roles and unfortunately, searching for only the address of the POI will not return the POI name for a locator created with the Create Locator tool or the ArcGIS World Geocoding Service.
... View more
09-20-2022
10:41 AM
|
0
|
1
|
6358
|
|
POST
|
@RandyKreuziger1 In ArcGIS Pro how did you create the XY Event from the Excel file? Did you use the https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/make-xy-event-layer.htm in ArcGIS Pro or the XY Table To Point (Data Management)—ArcGIS Pro | Documentation tool? In ArcGIS Pro 2.9 I can create a layer from an Excel spreadsheet using the Make XY Event Layer tool and configure fields in the layer for search and get results returned. I also get results returned when searching all layers in the map, https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/find-places-on-the-map.htm#ESRI_SECTION1_086B92BF080B46B1A414A9A98D4346E3. https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/introduction-to-finding-places-on-a-map.htm The Locate pane in ArcGIS Pro can be used to search for features either in specific configured layers or tables, all layers in the Contents pane, or addresses and locations using locators, or coordinates. It is not the same code as the Find tool in ArcMap. Can you give me more specifics on your workflow?
... View more
09-20-2022
10:16 AM
|
0
|
0
|
4806
|
|
POST
|
Has anyone in this thread moved on to building locators in ArcGIS Pro using the Create Locator tool? If so have you had better outcomes with suggestions or subaddress results? Are you still encountering the problems that you mentioned throughout this thread? Resources: Tutorial: Create a locator—ArcGIS Pro | Documentation Tutorial: Create a multirole locator—ArcGIS Pro | Documentation Tutorial: Create a locator with more than one dataset of the same role—ArcGIS Pro | Documentation Locator role fields—ArcGIS Pro | Documentation Subaddress as part of PointAddress role info Suggestion options
... View more
09-16-2022
05:37 PM
|
0
|
0
|
1597
|
|
POST
|
@RandyKreuziger1 @Clayton-Cooley I think the issue is that database views do not have ObjectIDs and there are limitations to what you can do with data that do not have ObjectIDs such as selections and queries. Try creating a query layer and specify a virtual ObjectId or use an existing field for the ID. https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/what-is-a-query-layer-.htm https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/creating-a-query-layer.htm https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/modifying-a-query-layer.htm
... View more
09-15-2022
01:12 PM
|
0
|
2
|
4817
|
|
POST
|
@ScottFedak2085 The following help topic section describes the POI role and gives illustrations of the types of searches that are supported and what the result would look like in ArcGIS Pro, https://pro.arcgis.com/en/pro-app/2.9/help/data/geocoding/introduction-to-locator-roles.htm#ESRI_SECTION1_CE2B24E7AC144C71B645937363ECBCE5. More details about POI searches using REST can be found below. I would say that using the REST endpoint is for development and testing purposes and when using it you should include the location parameter as part of the requests since there is not map that location can be determined from like in ArcGIS Pro or the Map Viewer. - https://developers.arcgis.com/rest/services-reference/enterprise/find-address-candidates.htm#ESRI_SECTION1_8A422A5AB4674781BC635240F31284C4 - Search for POIs - Search using proximity - Category filtering - https://developers.arcgis.com/rest/services-reference/enterprise/suggest.htm#ESRI_SECTION2_824C2C37C4AB4F63ABD67AE3E973FE31 (see example 'Get suggestions using location' and 'Use proximity with suggestions' section) - If you have included your own categories for the POIs you can search based on the category, https://developers.arcgis.com/rest/services-reference/enterprise/suggest.htm#ESRI_SECTION2_F6AA0E35A2E94DC197D7FCFB0D804022
... View more
09-15-2022
10:53 AM
|
1
|
0
|
6373
|
|
IDEA
|
@RonnieRichards The scoring for the new locators is different from the classic 10.x locators and the output component score fields are not part of the new locators. The scoring algorithm of the new locators is not something that is documented. The output fields that are returned in the output are discussed in the following topic, https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/what-is-included-in-the-geocoded-results-.htm. If you wanted to see what the original input address was you could add the full address in a single field, then set that field as a custom output field. When you search for the address the custom output field is included in the result returned. Step 9 mentions the optional custom output fields, https://pro.arcgis.com/en/pro-app/2.9/help/data/geocoding/create-a-locator.htm. In order to better understand what is happening with the input address and what is being returned I would need a sample of the data used to build the locator and the locator you have created. Or at a minimum see the locator properties that show the reference data field mapping and geocoding options or a screen shot of the reference data that includes the feature fore the input address and the one that is returned. If a feature exists for the base address (4791 PELL DR , SACRAMENTO, CA 95838) and not for the subaddress (4791 PELL DR STE 1)
... View more
09-15-2022
10:10 AM
|
0
|
0
|
3158
|
|
POST
|
You will likely need to create an alternate name table if you continue to use ArcMap. https://desktop.arcgis.com/en/arcmap/latest/manage-data/geocoding/the-alternate-name-table.htm If ArcGIS Pro is an option, when you build a locator with the Create Locator tool and search for an address in the Locate Pane you would get a list of suggestions as you type that you can then click and the map will zoom to the selected address. https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/introduction-to-locator-roles.htm https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/create-a-locator.htm https://pro.arcgis.com/en/pro-app/3.0/tool-reference/geocoding/create-locator.htm https://pro.arcgis.com/en/pro-app/3.0/help/data/geocoding/tutorial-create-a-locator.htm https://pro.arcgis.com/en/pro-app/3.0/help/data/geocoding/locator-role-fields.htm
... View more
09-02-2022
08:12 AM
|
0
|
0
|
697
|
|
IDEA
|
@feralcatcolonist_old Does the Cityworks app not show suggestions the same way that ArcGIS Pro does? If your locator built with zone and 'match with no zone' set to the default of 'No' is used in ArcGIS Pro Locate pane, do you get suggestions when you enter '250 W First'? Also are zones specified for each role in the field mapping for the locator? You should have a zone assigned to each role in the multirole locator. It looks like from the screenshot that one candidate includes zone while the other does not. I cannot tell which candidate is coming from the PointAddress role or the StreetAddress role. I believe the lacking of zone for one of the roles is the cause of the behavior you are seeing when 'Match with no zone' is set to 'No'. It is possible to build a locator w/o zone and use it to batch geocode addresses w/o zones, in this case the default 'Match with no zone' property is set to 'Yes'.
... View more
08-24-2022
10:17 AM
|
0
|
0
|
4335
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-08-2023 11:15 AM | |
| 1 | 01-28-2025 09:04 AM | |
| 1 | 06-05-2025 08:01 AM | |
| 2 | 07-14-2025 12:11 PM | |
| 1 | 09-25-2024 12:04 AM |
| Online Status |
Offline
|
| Date Last Visited |
02-19-2026
08:29 AM
|