@vcmap/core
    Preparing search index...

    Type Alias GeoJSONreadOptions

    type GeoJSONreadOptions = {
        dataProjection?: Projection;
        defaultStyle?: VectorStyleItem;
        dontReadStyle?: boolean;
        dynamicStyle?: boolean;
        readLegacyStyleOptions?: boolean;
        targetProjection?: Projection;
    }
    Index

    Properties

    dataProjection?: Projection

    projection of the input dataset if undefined WGS84 will be assumed

    defaultStyle?: VectorStyleItem
    dontReadStyle?: boolean
    dynamicStyle?: boolean
    readLegacyStyleOptions?: boolean
    targetProjection?: Projection

    projection of the output features, if undefined Mercator will be used