Skip to main content

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

Does that mean you want to cut polygons based on speed attribute?

 

 


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

untitled.png I need same result

 

 


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

speedlimits.fmwt


untitled.png