@vcmap/core
    Preparing search index...

    Type Alias ProjectionOptions

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

    Properties

    alias?: string[]

    aliases to define

    epsg?: string | number

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

    prefix?: string

    an alternate prefix to use for custom projection

    proj4?: string

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

    type?: string