Hi,
I have done Linear Referencing using Make Route Event Layer and showing the desired result on map by filtering the attributes using the where clause and creating a featurelayer and adding it to the map
Now when I query the road
Road Start_km = 1, End_km = 10
(Attributes)
StartKM = 1, endKM = 7 WorkID = 1
StartKM = 5, endKM = 10 WorkD = 2
Here as you see the chainage 5 to 7 is an overlap
My requirement is such that I want to highlight the overlapped portion that contains both the work ID(i.e 5 to 7)
When I query my route event layer it shows workid from 1 to 7 and the workid 2 from 7 to 10..
Please guide as to how I can achieve my results...