On this page

Type Alias SpatialReferenceSystem

type SpatialReferenceSystem = {
    auth_name: string;
    auth_srid: string;
    wkt: string;
}
Index

Properties

auth_name: string

Name of the defining authority, eg. "EPSG"

auth_srid: string

ID given by the defining authority, eg. "3587"

wkt: string

"Well Known Text" to describe the current spatial reference system (aka. CRS)

Was this helpful?
SDK JS
Modules
Reference
types
SpatialReferenceSystem