@wemap/geo 2.7.7 → 2.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "directory": "packages/geo"
13
13
  },
14
14
  "name": "@wemap/geo",
15
- "version": "2.7.7",
15
+ "version": "2.7.8",
16
16
  "bugs": {
17
17
  "url": "https://github.com/wemap/wemap-modules-js/issues"
18
18
  },
@@ -33,5 +33,5 @@
33
33
  "lodash.isnumber": "^3.0.3",
34
34
  "lodash.isstring": "^4.0.1"
35
35
  },
36
- "gitHead": "988e0675759932cfc6b64df7768c6e6e573df1d9"
36
+ "gitHead": "859b08bd29d1dbcc828be931509e10437fc8cf75"
37
37
  }
@@ -35,6 +35,10 @@ class WGS84 {
35
35
  return this._lng;
36
36
  }
37
37
 
38
+ /**
39
+ * alt does not denote the altitude of a point but its height from
40
+ * the "level" field (if defined) or from the ground
41
+ */
38
42
  get alt() {
39
43
  return this._alt;
40
44
  }