Please help
and aattributes
Please help
and aattributes
Hi,
cutp1.png is not uploaded properly
I have ESRI shape files with overlap polygons. And i need cut them by order Speedlimit attribute
cutp.pngcutp1.png
I have ESRI shape files with overlap polygons. And i need cut them by order Speedlimit attribute
cutp.pngcutp1.png
It is important that it should be in order. first cut from the least
SliverRemover ? or ?
If you want to cut based on SppedLimit attribute then you can use Clipper with group-by option
If you want to cut based on SppedLimit attribute then you can use Clipper with group-by option
For this scenario I would use an area on area overlayer, then determine the lowest speed for each segment and use this to dissolve the segments back together again.
Simple example attached