sej
    Preparing search index...

    Type Alias GISHelper

    Helper functions for Geographic Information System (GIS).

    type GISHelper = {
        addNamedProjection: (namedProjection: NamedProjections) => void;
        enabled: boolean;
        namedProjections: NamedProjections[];
        proj4: typeof proj4;
    }

    Implemented by

    Index

    Properties

    addNamedProjection: (namedProjection: NamedProjections) => void
    enabled: boolean
    namedProjections: NamedProjections[]
    proj4: typeof proj4