|
POST
|
Unfortunately this looks to be an oversight on our part in this Solution. I have logged an issue in our backlog to re-evaluate this aspect of the solution. This functionality isn't a requirement to make everything else work, so as a workaround for now you could just remove the domain on the roads and site addresses. You will just have to type in the road name when you create a new road, creating new site addresses should still pull the road name from the intersecting road.
... View more
04-27-2020
08:19 AM
|
2
|
0
|
3282
|
|
POST
|
Tyler Ulmer, the expression looks good, same as what is shipped with the solution. Can you confirm that the left from, left to, right from and right to are populated on the road that you are creating the address point along?
... View more
04-23-2020
06:21 AM
|
1
|
0
|
1644
|
|
POST
|
Joe Borgione, yes that is the intention. Although there is a bug right now with the update road index tool that fails if the same road name is repeated multiple times. I am going to address this in a future release, but for now would recommend you just keep in the list 1x. Having it listed multiple times doesn't actually add any functionality to the solution.
... View more
04-20-2020
07:57 AM
|
1
|
1
|
969
|
|
POST
|
I would recommend you use a field calculation in ArcGIS Pro to calculate a unique id: Calculate Field Python examples—Data Management toolbox | Documentation Below is a modified version that will calculate a sequential id like RD-1, RD-2, RD-3, etc. Expression: autoIncrement() Code Block: rec=0
def autoIncrement():
global rec
pStart = 1 #adjust start value, if req'd
pInterval = 1 #adjust interval value, if req'd
if (rec == 0):
rec = pStart
else:
rec = rec + pInterval
return "RD-" + rec
... View more
04-09-2020
07:40 AM
|
1
|
3
|
4347
|
|
POST
|
Hi Joe, You don't have to use the address points. The address points help us provide an estimate of the address number of the site address point by calculating the percent along the road the address point is placed and the distance to offset the site address point from the road. If you would prefer to just place the site address points at the specific location and then populate the address number yourself you can ignore or remove the address points from the project. You can create site address points without the address points by adding feature templates for the site address point layer. By default the project contains no feature templates for this layer. If you manage the templates in the map you should be able to add new feature templates for this layer so you can create the site address points without the need for the address points.
... View more
04-09-2020
07:32 AM
|
2
|
2
|
3062
|
|
POST
|
We haven't documented this, but I would recommend that you install the latest version of the deployment tool add-in. At Pro 2.5 the api was changed and results in a crash in earlier versions of the add-in. You can follow the steps in the help topic below to download and install the latest version: Install the ArcGIS Solutions Deployment Add-In—Get Started | ArcGIS Solutions for Water
... View more
03-31-2020
06:00 AM
|
0
|
0
|
2008
|
|
POST
|
Hi Joe, You can deploy the solution to ArcGIS Online or Enterprise. When you deploy the solution you will have an Address Data Management.zip uploaded in your organization. You can just download it and extract the contents which will contain the pro project and databases. You can then follow the tasks provided in the project to see the workflows and configure in your Enterprise. Review data management project - Address Data Management | ArcGIS Solutions for Local Government
... View more
03-17-2020
02:05 PM
|
1
|
2
|
1896
|
|
POST
|
Everything you describe is accurate and it may cause an issue. The Waze Map Editor is the best way to ensure all closures appear in Waze. The Road Closures solution is intended to support many workflows across an organization and one of the optional things you can do is share with Waze. In regards to the basemap, we deliver the navigation basemap with the solution, but you can change it. I would actually encourage you use your own road network service if you have one available so the closures match your authoritative content. It is possible that Waze has a different name for a street than you have locally in the county and in that case the closure may not display in Waze. It might be an good opportunity to work with Waze as part of the program to improve their road information since you would be the authority on the proper names.
... View more
02-26-2020
01:13 PM
|
2
|
0
|
5625
|
|
POST
|
Thanks Josh, I would say in the solution that the Master Road Name table is primary there to ensure integrity of the road names in your centerlines and site address points. So that being said, having multiple copies of the same road name with different statuses isn't going to add additional capabilities in the solution. So I would just keeping one unique row per road name and municipality.
... View more
02-20-2020
11:43 AM
|
1
|
5
|
4347
|
|
POST
|
Hi Josh, Thank you for reporting the issue. We will be working on a fix for this issue to handle the same road name in different municipalities. I am curious though for you reason for the same road name in the same municipality with different statuses. This isn't a workflow we account for in the solution and wanted to better understand your reasoning to see if we may be missing something with the solution.
... View more
02-20-2020
10:47 AM
|
1
|
7
|
4347
|
|
POST
|
Hi Ernesto, The Road Closures solution does not do a reverse geocode against the Waze api to pull the street name. It uses the Smart Editor widget which can be configured to do a reverse geocode against an Esri locator to pull information into a field automatically when a feature is created, but it can't be configured to use the Waze api. At the bottom of this help topic it describes how you share your Road Closures service with Waze in such a way that it returns the features as json in the format required by Waze. You really don't need to do anything special to the service that is deployed with the Solution you just need to format the url in a specific way to send to Waze. https://solutions.arcgis.com/local-government/help/road-closures/workflows/share-waze/
... View more
02-20-2020
07:13 AM
|
3
|
2
|
5625
|
|
POST
|
Hi Bill, The solution leverages a capability not currently available in Enterprise (hosted feature layer join views). When this capability is added to Enterprise we will be able to support the solution in that version of Enterprise.
... View more
01-21-2020
01:37 PM
|
0
|
1
|
2985
|
|
POST
|
Hi Chad, Yes, we do provide the Story Map as a starting point with the solution but you will have to manually add a new slide for each project.
... View more
01-16-2020
01:48 PM
|
1
|
0
|
2820
|
|
POST
|
Hi Chad, unfortunately I am not aware of any story map template that will dynamically add new slides for each feature in a dataset. You might want to check out the Attachment Viewer or Geo List configurable web app templates as a well to create a web app that will dynamically respond to new features added to the feature service.
... View more
12-31-2019
06:23 AM
|
2
|
2
|
2820
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-05-2026 06:12 AM | |
| 1 | 02-06-2026 09:24 AM | |
| 1 | 11-07-2025 07:59 AM | |
| 1 | 11-06-2025 07:04 AM | |
| 1 | 08-28-2025 08:25 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-17-2026
01:31 PM
|