Class NordicGISHelper

GIS helper for Nordic countries.

Hierarchy

Implements

Constructors

Properties

_defaultProjection: string

Fallback projection if a projection is not found in namedProjections.

_origin: Vector2
enabled: boolean
namedProjections: NamedProjections[]
proj4: typeof proj4

Accessors

Methods

  • E.g.

    [
    ['EPSG:4326', '+title=WGS 84 (long/lat) +proj=longlat +ellps=WGS84 +datum=WGS84 +units=degrees'],
    ['EPSG:4269', '+title=NAD83 (long/lat) +proj=longlat +a=6378137.0 +b=6356752.31414036 +ellps=GRS80 +datum=NAD83 +units=degrees'],
    ]

    Returns void

  • Sample dev code.

    Parameters

    • scene: Object3D<Object3DEventMap>

      Scene for objects to be added to

    • projection: SupportedProjections = 'SWEREF991800'

      Projection to use

    Returns void

    Deprecated

    WIP

  • Generate a plane with a texture from OpenStreetMap

    Parameters

    Returns Mesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], Object3DEventMap>

    Plane

Generated using TypeDoc