The GeoJSON spec defines an optional bbox property that can be present in any GeoJSON object (both geometries and feature).
This is sometimes very useful, e.g. geojson-vt internal representation calculates bboxes to speed up clipping. I think we should add it to geometry.hpp too.
cc @artemp @jfirebaugh
The GeoJSON spec defines an optional
bboxproperty that can be present in any GeoJSON object (both geometries and feature).This is sometimes very useful, e.g. geojson-vt internal representation calculates bboxes to speed up clipping. I think we should add it to geometry.hpp too.
cc @artemp @jfirebaugh