Type alias ProjectionOptions

ProjectionOptions: {
    alias?: string[];
    epsg?: string | number;
    prefix?: string;
    proj4?: string;
    type?: string;
}

Type declaration

  • Optional alias?: string[]

    aliases to define

  • Optional epsg?: string | number

    EPSG of the projection, for example: "EPSG:4326" if not specified, uses the framework projection

  • Optional prefix?: string

    an alternate prefix to use for custom projection

  • Optional proj4?: string

    definition of the projection. See for example: http://spatialreference.org/ref/epsg/4326/proj4/ proj4

  • Optional type?: string

Generated using TypeDoc