Type Alias ProjectionOptions

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

Type declaration

  • Optionalalias?: string[]

    aliases to define

  • Optionalepsg?: string | number

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

  • Optionalprefix?: string

    an alternate prefix to use for custom projection

  • Optionalproj4?: string

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

  • Optionaltype?: string