Select to view content in your preferred language

Creating a shapefile from two existing shapefiles using the trace tool

454
2
Jump to solution
03-26-2026 10:58 AM
Hugh_Yellowstone
New Contributor

I am trying to create a single shapefile with only one row of attributes from two existing shapefiles by tracing a hiking route to the summit of a mountain (first shapefile being traced), I then want to trace a second shapefile that incorporates the end of the first shapefile, then takes a different route down the mountain before returning to the path of the first shapefile all the way back to the trailhead.  I need the new shapefile that I have created of the route from the trailhead and back to only have one row of attributes and reflect the total mileage that I have hiked which would include the parts of the route that are duplicated (the beginning and ending segments).

I have traced the first shapefile (up) then saved my edits, then used the continue feature tool to trace the second shapefile (down), but it creates two row of attributes in the new shapefile instead of just one.  I have also tried to merge the attributes and it ends up cutting out mileage of the sections that I am duplicating.

I have easily done this before in ArcMap, but the functionality doesn't seem to work in ArcPro.

0 Kudos
1 Solution

Accepted Solutions
Scott_Harris
Esri Regular Contributor

@Hugh_Yellowstone 

It sounds like you need to work with M-enabled features. Once you have that, you will get this option in the Merge tool (more info)

mergeM.png

ArcMap had similar behavior for M-enabled lines.

View solution in original post

0 Kudos
2 Replies
Scott_Harris
Esri Regular Contributor

@Hugh_Yellowstone 

It sounds like you need to work with M-enabled features. Once you have that, you will get this option in the Merge tool (more info)

mergeM.png

ArcMap had similar behavior for M-enabled lines.

0 Kudos
Hugh_Yellowstone
New Contributor

That did the trick.  Thanks.