Skip to main content

Interface: CRSInfo

Defined in: types.ts:18

CRS information extracted from the geo-proj convention.

Properties

code?

optional code?: string

Defined in: types.ts:23

Authority:code string, e.g. "EPSG:4326" or "ESRI:102003". Present when "proj:code" is used.


projjson?

optional projjson?: Record<string, unknown>

Defined in: types.ts:27

PROJJSON object. Present when "proj:projjson" is used.


wkt2?

optional wkt2?: string

Defined in: types.ts:25

WKT2 string. Present when "proj:wkt2" is used.