You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are possibly other useful links/discussions: https://github.com/topojson/topojson-simplify
Filter and simplify geometries while preserving topology for smaller files and faster rendering
When zooming at https://github.com/unhcr/dataviz/blob/master/js/worldtopo.json one can see that the topology is not maintained.
Ways to simplify polygons while maintaining the topology are discussed here:
https://gis.stackexchange.com/questions/185040/simplify-geometries-but-keep-them-contiguous
https://gis.stackexchange.com/questions/178/simplifying-adjacent-polygons/
https://trac.osgeo.org/postgis/wiki/UsersWikiSimplifyPreserveTopology
https://trac.osgeo.org/postgis/wiki/UsersWikiSimplifyWithTopologyExt
This is in view of another possible improvement, namely to render zooming possible (in a visually appealing way)
The text was updated successfully, but these errors were encountered: