|
POST
|
@FrankMatzen , The behavior you are seeing, a match to StreetName Addr_type, is expected behavior when Match out of range is false. If you only want matches to PointAddress or StreetAddress level or Street Intersections only, you need to disable the StreetName category in the locator properties > Geocoding Options > Match Options under Categories to support before publishing the service. You will be able to test this in the Locate pane in ArcGIS Pro before publishing the locator.
... View more
10-06-2022
02:13 PM
|
0
|
3
|
9300
|
|
POST
|
@WalidAlmasri1 , When sharing or publishing a locator based on the Street Address role that supports custom offsets and intersection connectors with the Create Locator tool in ArcGIS Pro 2.7 or later, you must be signed in, with publisher or administrator privileges, to ArcGIS Enterprise10.9 or later with at least one federated server to maintain the settings. The note on the following help topic lists functionality and Server versions that support various features. https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/share-a-locator.htm The default intersection connectors like (&, @, |, and \) should work in Enterprise 10.8.1. Do you get the same results in ArcGIS Pro when searching for the intersection in the Locate Pane? What are you using as an intersection connector?
... View more
10-06-2022
02:06 PM
|
0
|
1
|
3978
|
|
POST
|
@FrankMatzen The input fields from the locator in the service description are considered parameters and in REST requests the field alias is not supported and is ignored. The actual field name from the service description must be used in REST requests. However, the field aliases can be used for display in client applications or Python, but you cannot write a client app that passes REST and pass aliases there either.
... View more
09-23-2022
10:14 AM
|
0
|
1
|
2228
|
|
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
|
2236
|
|
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
|
911
|
|
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
|
1795
|
|
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
|
6027
|
|
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
|
750
|
|
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
|
3639
|
|
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
|
2255
|
|
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
|
6983
|
|
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
|
5221
|
|
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
|
1826
|
|
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
|
5232
|
|
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
|
6998
|
| 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 |
3 weeks ago
|