Skip to main content

I have 2 shapefile with route ids.I want to select the unique route id and selct by location another shapefile whose route id is same and then it share the bsegment with first shape file and then invert selection , so that missing edges can be found. The problem here is the 2nd shape file has multiple overklapping lines.

Hi @mukhtarg​, it sounds like you may find some success with the ChangeDetector transformer! The transformer does at it says, it detects the change between two sets of input features and you can match them up with the Route IDs. Step 6 & 7 in this article provide some clarity on how to use the ChangeDetector.


Reply