<div dir="ltr">Hi,<div>reading the suggested SQL to generate the simplified edges geoms I thinkg a minor change would provide more robust resolults:</div><div><br></div><div>Phase 3:</div><br>>select ST_Collect(st_simplifyPreserveTopology(geom, 10000)) as geom<div><br></div><div>should be canged to:</div><div><br></div>>select ST_SimplifyPreserveTopology(ST_Collect(geom), 10000)) as geom<div><br></div><div>this guarantees that topology is preserved between edge_data geometries. </div><div>This solved various issues I obtained while applying the original SQL to some intricated geometries.</div><div><br></div><div>If you agree on this I can modify the wiki page directly.</div><div><br></div><div>All the best,</div><div>giovanni</div></div>