I’ve been trying to aggregate some GIS layers with a common
attribute and running into all sorts of problems. I’m also new at this! For testing I’ve just been trying to
aggregate one line layer (eventually lines and points) and I’m a little
confused at my results.
It’s merging only some features together, not all. I need them all merged together that have the
same attribute, in this example FeederID.
As mentioned eventually I will want lines and points together as one
layer all grouped by FeederID.
This is what I'm doing:
This is what I'm getting:
Am I doing some sort of rookie mistake here?