Namespace: map

vef.map

Map and layer related classes and functions.
Source:

Classes

LayerManager
LayerTree
Map
Map2D

Namespaces

filters
importer
layer
popup
tools
utils

Methods

(static) _updatePosition()

Quick and dirty hack. Override this function to properly work with leaflet-active-area. also disables the ability to place the tip at the top of the popup ToDo: think about re-implementing with custom solution instead of modifying leaflet-responsive-popup
Source:

(static) exports.convertDecimalDegreeToDegreeMinutes(degree, isLat) → {object}

converts decimal degrees (50.222°) into degree decimal minutes (40° 26.767′ N) or degree minutes and seconds (40° 26′ 46″ N)
Parameters:
Name Type Description
degree string
isLat boolean
Source:
Returns:
degree minutes seconds
Type
object