Map and layer related classes and functions.
- Source:
Classes
Namespaces
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 |
Returns:
degree minutes seconds
- Type
- object