<div dir="ltr"><div><div><div><div>Hello, <br><br></div>I have the a shapefile full of polygons, and<i> </i>I want to simplify them, preserving the points they share.<br></div>ogr2ogr -simplify simplifies each polygon independently, so the borders don't fit properly.<br>
</div>Is there a way to do this with GDAL? TopoJSON format(<a href="https://github.com/mbostock/topojson">https://github.com/mbostock/topojson</a>), for instance, uses the shared segments instead of the polygons, and simplifies them well, but I prefer to use GDAL.<br>
<br></div>Thank you<br><br>Roger<br></div>