webdggrid / DGGSGeoJsonProperty
Type Alias: DGGSGeoJsonProperty
DGGSGeoJsonProperty =
GeoJsonProperties&object
Defined in: webdggrid.ts:102
GeoJSON properties object attached to every cell feature returned by Webdggrid.sequenceNumToGridFeatureCollection.
All numeric identifiers are BigInt because DGGRID cell sequence numbers can exceed the safe integer range of IEEE-754 doubles at high resolutions.
Note for MapLibre / Mapbox users: structured-clone (used internally by these libraries' Web Workers) cannot serialise
BigInt. Convertidto a string before callingsource.setData().
Type Declaration
i?
optionali?:BigInt
Column index in an (i, j) address scheme, if available.
id?
optionalid?:BigInt
The DGGS sequence number (cell ID) of this feature. Unique within a given DGGS configuration and resolution.
j?
optionalj?:BigInt
Row index in an (i, j) address scheme, if available.