Type alias NamedProjections

NamedProjections: {
    key: string;
    projection: string;
}

Define a named projection.

Type declaration

  • key: string

    E.g. WGS84

  • projection: string

    E.g. +title=WGS 84 (long/lat) +proj=longlat +ellps=WGS84 +datum=WGS84 +units=degrees

Generated using TypeDoc