|
IDEA
|
Locators created with the Create Locator tool in ArcGIS Pro only give suggestions for valid addresses.
... View more
04-23-2021
02:42 PM
|
0
|
0
|
1813
|
|
IDEA
|
In addition to the countries mentioned above by Shana, additional countries have been added as well at Pro 2.6. Belgium Switzerland Netherlands Brad
... View more
04-23-2021
02:31 PM
|
0
|
0
|
3475
|
|
POST
|
URL above is correct but the display of the URL gets cut off. Brad
... View more
04-19-2021
03:28 PM
|
1
|
1
|
2227
|
|
POST
|
Joe, I am trying to reproduce your issue via REST and can't. Am I missing something? https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates?Address=375+North+Shore+Dr&Region=PA&outFields=*&searchExtent=%7B%22xmin%22%3A1011246,%22ymin%22%3A13425000,%22xmax%22%3A2487548,%22ymax%22%3A15124138,%22spatialReference%22%3A%7B%22wkid%22%3A32167%7D%7D&f=pjson Brad
... View more
04-19-2021
03:27 PM
|
1
|
2
|
2228
|
|
POST
|
Joe, Can you give an example of what the input was that worked before but doesn't now? Brad
... View more
04-19-2021
02:28 PM
|
0
|
4
|
2279
|
|
POST
|
I am almost positive that 10.7.1 supports this property but I can't seem to track down the exact date/release it was installed to truly verify. Brad
... View more
04-07-2021
10:10 AM
|
0
|
1
|
4462
|
|
POST
|
10.6.1 ArcGIS Server had limited support for the new locators and this property was not yet supported at that version of ArcGIS Server. In order to have support for the "Match with no zones" property, you will need to move to a newer version of ArcGIS Server. Brad
... View more
04-07-2021
09:46 AM
|
2
|
3
|
4467
|
|
POST
|
Joe, This is not currently supported for arcpy. We have an issue in our backlog to get it added in an upcoming release. Brad
... View more
02-17-2021
02:30 PM
|
1
|
2
|
5549
|
|
POST
|
Joe, The ability to edit the side offset and end offset was added at Pro 2.7. Brad
... View more
02-17-2021
01:53 PM
|
1
|
1
|
5577
|
|
POST
|
Joe, At this point in time the Locate Pane will always return all of the output fields when choosing "Show Details". Another option is the "Detailed View" by selecting the burger menu on the top right but when it is enabled it will also show all of the fields. It is a good requirement for a future enhancement to only show the enabled fields in the locator when in "Detailed View". I think we would continue to show everything in the "Show details" dialog though. I will add something to the backlog for the "Detailed View" though. Brad
... View more
12-18-2020
02:30 PM
|
1
|
0
|
1333
|
|
POST
|
Joe, If you use updateLocator () after modifying the locator settings in Python, the properties get persisted into the locator for future use. If you don't call the updateLocator () method, the properties will only be applied for that session of geocoding in Python. Doc all the way at the bottom of this page: https://pro.arcgis.com/en/pro-app/arcpy/geocoding/locator-class.htm#M2_GUID-B617A31C-2B5E-427F-BBEB-B52C1667CC51 Brad
... View more
12-04-2020
09:42 AM
|
1
|
0
|
3723
|
|
POST
|
Joe, You need to call arcpy.SignInToPortal(“https://machinename.domainname.com/portal”, “username”, “password”) and then using services as data sources should work just fine for CreateLocator using Python. The data sources need to be on the server federated with the Portal you are signing into. If your data sources are shared with everyone (public) you don’t need to call SignInToPortal() first. Brad
... View more
12-01-2020
01:15 PM
|
1
|
0
|
2493
|
|
POST
|
Stephanie, Sorry, I have been super busy. What issue are you having when using multiple alternate city names? Each alternate city name for a specific city (ex North Redlands, South Redlands) should have the same JoinID (ex 12345) in the alternate city names table. If you primary reference data (the one with geometry) already has a city name (ex Redlands), this will be the primary city name. All streets in the data that are in Redlands should have a city JoinID (ex. 12345). This allows you to link in multiple alternate city names for Redlands. If you use a fully normalized dataset where city isn't in the primary reference data, then the primary city name can be in the alternate city name table but with an extra field that indicates which city is the primary (determined by the "Primary Name Indicator" field in the alternate name table field mapping). Hope this helps but let me know if you have any additional questions or issues. Brad
... View more
10-27-2020
01:05 PM
|
0
|
0
|
2485
|
|
POST
|
Stephanie, Yes, that is correct. Instead of having a bunch of duplicated IDs for streets, you can use the same ID for each street in that city. Brad
... View more
10-05-2020
11:26 AM
|
0
|
3
|
2485
|
|
POST
|
Stephanie, See the following doc topic all the way at the bottom. Fundamentals of alternate name tables—ArcGIS Pro | Documentation The image at the bottom shows a fully normalized reference dataset where all cities are in the alternate city name table but the logic still applies. You can keep the city in the primary featureClass but have all alternate city names for the primary city in the alternate city name table with the same CityID value. You also wouldn't need a "Primary Name Indicator" fields either because the value from the primary featureClass is used as the primary. At a basic level it would look something like this (obviously the Primary table would have many more fields). Primary reference data: City | City JoinID My City | 1 My City 2 | 2 Alt Name Table: Alt City | Alt City JoinID My City Alt1 | 1 My City Alt2 | 1 My City Alt3 | 1 My City 2 Alt1 | 2 My City 2 Alt2 | 2 My City 2 Alt3 | 2
... View more
10-05-2020
10:07 AM
|
0
|
5
|
2485
|
| 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
|