Hello!
On ArcGIS Pro, I created a path (line) that is comprised of two parts. A solid line and a dotted line. Currently, the path has two layers; the solid part and the dotted part. I'd like to combine them and keep the different symbology in tact.
Is there an analysis tool that does this?
Thank you.
Solved! Go to Solution.
If you don't already have a field that you can use to determine whether a section of the path is solid or dotted, you could create a new display field in both attribute tables for an S or a D (Solid or Dotted) and then use the Append tool to combine the two layers into one. Use the new display field to symbolize the solid and dotted portions of the paths.
If you don't already have a field that you can use to determine whether a section of the path is solid or dotted, you could create a new display field in both attribute tables for an S or a D (Solid or Dotted) and then use the Append tool to combine the two layers into one. Use the new display field to symbolize the solid and dotted portions of the paths.
Amazing!! Thank you so much.