Skip to main content

I tried generating measures on street segments but the measuregenerator is not calculating it right. It starts every segment  from 0 instead of calculating from the end log. Any ideas how to resolve or calculate measures on segments with no measures?

 

Thanks in advance!

You can put the Streets into Paths with LineCombiner, generate Measures along Paths with MeasureGenerator and then split these Paths back out the lines with PathSplitter.

Sample Data

 

 


Thank you @bwn !


Is there a way to convert measure from feet to miles? My coordinate system is in feet so measures were generated on the segments in feet instead of miles.


Use a different multiplier

 

 


Reply