The @types/geojson
module is slightly incorrect: its Feature
type assumes that a feature's geometry is not null. This fixes that type by allowing features with null geometries.
The @types/geojson
module is slightly incorrect: its Feature
type assumes that a feature's geometry is not null. This fixes that type by allowing features with null geometries.