Beta
RegionCoverer allows arbitrary GeoJSON geometries to be approximated as unions of cells (CellUnion).
Typical usage:
feature = loadGeoJSON() rc = new RegionCoverer({ maxCells: 256, memberMaxCells: 64 }) covering = rc.covering(feature.geometry)
unstable API
Returns a new RegionCoverer with the appropriate defaults.
RegionCoverer options
Returns a CellUnion that covers the given GeoJSON geometry and satisfies the various restrictions.
RegionCoverer allows arbitrary GeoJSON geometries to be approximated as unions of cells (CellUnion).
Typical usage:
unstable API