Optionalbounds?: { east: number; north: number; south: number; west: number }Optionalcrs?: stringa GeoJSON FeatureCollection (or Feature)
Optionalmeta?: anyfor (const feature of await ds.features()).
The features as a plain array, whatever shape the payload arrived in — a FeatureCollection, a
lone Feature, or an array. Without this, reading them means knowing which of those you got and
writing (await ds.features()).features.features for the common case.
GeoJSON Features, in document order
A decoded vector: a GeoJSON FeatureCollection plus its frame. What a VectorLayer draws.