Type alias GISHelper

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

Helper functions for Geographic Information System (GIS).

Type declaration

  • addNamedProjection: ((namedProjection) => void)
      • (namedProjection): void
      • Parameters

        Returns void

  • enabled: boolean
  • namedProjections: NamedProjections[]
  • proj4: typeof proj4

Generated using TypeDoc