All regions should have a get_cap_bound method. But it seems to be only implemented for `Cap`, `Cell` and `LatLngRect`... while it's missing for `CellUnion`. This makes `CellUnion` effectively broken, as it cannot be used with most other things like RegionCoverer.
All regions should have a get_cap_bound method.
But it seems to be only implemented for
Cap,CellandLatLngRect... while it's missing forCellUnion.This makes
CellUnioneffectively broken, as it cannot be used with most other things like RegionCoverer.