|
POST
|
In your Pro Project or MXD Which software are you using?
... View more
10-11-2019
09:15 AM
|
0
|
1
|
1467
|
|
POST
|
It took you longer to write this message than it would have taken to simply go to the relationship class in Catalog or Pro and press the delete button. However, I do not think you can. Just create relationships
... View more
10-11-2019
08:55 AM
|
0
|
1
|
2706
|
|
POST
|
In the model builder you can click on the drop down menu for file and export the model as a python script. I have found a number of processes work faster and better if you make the model into a script. I have had a number of models that would not work at all, but did when I made python out of them.
... View more
10-11-2019
08:08 AM
|
1
|
1
|
553
|
|
POST
|
I renamed the second instance of the feature as AddressPointsAgain This is what it did in python. It calls the same feature twice but calls them different things in the script. It then performs the Process's in the order they are in Python. I am far from an expert in Python this is just an export from Model Builder # Import arcpy module import arcpy # Local variables: AddressPointsAgain = "Database Connections\\PROD_GIS.sde\\GIS.AddressPoints\\GIS.AddressPoints" GIS_AddressPoints__4_ = AddressPointsAgain GIS_AddressPoints__2_ = "Database Connections\\PROD_GIS.sde\\GIS.AddressPoints\\GIS.AddressPoints" GIS_AddressPoints__3_ = GIS_AddressPoints__2_ # Process: Calculate Field arcpy.CalculateField_management(GIS_AddressPoints__2_, "LOCATION", "2", "VB", "") # Process: Add Field arcpy.AddField_management(AddressPointsAgain, "TEStField", "LONG", "", "", "", "", "NULLABLE", "NON_REQUIRED", "")
... View more
10-11-2019
08:01 AM
|
0
|
3
|
2984
|
|
POST
|
I just tried a variation. I added calculate field to the model. double clicked the calculate field and made what I wanted. I closed it and it added the Feature Class to the model. then I used the ADD DATA button to manually add the feature class back into the model. Did a second function and used the inner model link to the recalled feature class. This seems to work. but my model was exceptionally basic
... View more
10-11-2019
07:58 AM
|
0
|
1
|
2984
|
|
POST
|
Have you tried working it as a feature class in a database instead? Out of curiosity what is the task?
... View more
10-11-2019
07:43 AM
|
0
|
1
|
2984
|
|
POST
|
What I have done when models get complicated is to export them as Python scripts. you may be able to export all three of yours to python. You should be able to go to the script for the third tool and specify in the variables the exact location of the shape file.
... View more
10-11-2019
07:32 AM
|
0
|
0
|
2984
|
|
POST
|
Set up label rules. example only show the four line label if all four fields are not null. For the 3 line labels set on of for each possible occurrence if necessary. line1 is not null and line2 is not null and line3 is null and line4 is not null etc...
... View more
10-11-2019
07:24 AM
|
0
|
3
|
1467
|
|
POST
|
have you tried putting all the steps in one model and using pre-conditions before the next step starts. You should also then be able to direct link to the shapefile
... View more
10-11-2019
07:12 AM
|
0
|
4
|
2984
|
|
POST
|
Is there any setting to automatically change the color of specific features when the base map changes. We have a web map we call our Standard Web Viewer. It is visible to all employees. Section lines by default are turned off. When you turn them on they are black dashed lines. The Base by default is Topographic. However, our surveyors often switch to Air Photo and the section lines are not visible or are very hard to see. So, is there a way such that when the base is changed that the colors for select features change?
... View more
10-04-2019
08:14 AM
|
1
|
0
|
730
|
|
POST
|
I know I can make a change to the original service and overwrite the Web Map. Now the curious part. To test it I made a minor color change to a symbol. And Overwrote the service. The Web Map I am looking at in Pro the color of the symbol changed in the map itself, but not in the legend. I can import the web map again and the legend adjusts.
... View more
10-04-2019
07:07 AM
|
0
|
0
|
658
|
|
POST
|
In Pro you can create and publish your services. You can then start a new map and design your Web Map by brining in the services (in our case from Portal). You can then share the web map to your desired group and location direct from Pro However, if you need to make changes to that Web Map how can you make those changes take place in the Web Map, from Pro. You can share it again, but you need to delete the existing one first or change the name. Is there a way around this?
... View more
10-04-2019
06:52 AM
|
0
|
1
|
698
|
|
POST
|
I see your dilemma . If it was the automated date (last edited) I would speculate something in your system is making some sort of update to your data and changing the date when it refreshes.
... View more
10-04-2019
06:26 AM
|
1
|
0
|
3978
|
|
POST
|
Did you set up the date field by enabling editor tracking or just create the date field with manual entry?
... View more
10-04-2019
06:20 AM
|
0
|
1
|
3978
|
|
POST
|
Is your DAR Date an automatically populated date either Created or Edited. Is the data in your database being refreshed or have some process happening to it every night? Is it showing those results right away or the next day
... View more
10-04-2019
06:14 AM
|
0
|
1
|
3978
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-01-2026 11:42 AM | |
| 1 | 01-27-2023 07:28 AM | |
| 1 | 05-05-2026 06:56 AM | |
| 1 | 02-26-2020 07:13 AM | |
| 1 | 11-04-2019 09:14 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-02-2026
05:27 AM
|