Select to view content in your preferred language

How can I create a dynamic Event Layer that updates when I edit the table it is based off of?

1859
1
12-16-2022 01:53 PM
Labels (2)
EH_Alaska
Regular Contributor

Hello everyone!

I have an on-going project I am working on. The data entry is done in a table using a unique ID, begin/end milepoints, and all other attributes. I then perform "Display Route Events" and reference our Route LRS layer to generate a new line layer which can then be used in an AGOL map.

Is there a way to automate and/or make dynamic the connection between the table and the generated line layer? Ideally, I'd like to add new records to the table and have them automatically update in AGOL. I'm just not sure if this is possible.

Any advice would be greatly appreciated. Thank you!

1 Reply
AlisonWieckowicz
Emerging Contributor

You could automate this using python and the tools from the location referencing toolbox.

see example AppendEvents 

https://pro.arcgis.com/en/pro-app/latest/tool-reference/location-referencing/append-events.htm

0 Kudos