Interface: CRSInfo
Defined in: types.ts:18
CRS information extracted from the geo-proj convention.
Properties
code?
optionalcode?:string
Defined in: types.ts:23
Authority:code string, e.g. "EPSG:4326" or "ESRI:102003". Present when "proj:code" is used.
projjson?
optionalprojjson?:Record<string,unknown>
Defined in: types.ts:27
PROJJSON object. Present when "proj:projjson" is used.
wkt2?
optionalwkt2?:string
Defined in: types.ts:25
WKT2 string. Present when "proj:wkt2" is used.