@wemap/geo 2.7.8 → 2.7.9

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.8",
15
+ "version": "2.7.9",
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": "859b08bd29d1dbcc828be931509e10437fc8cf75"
36
+ "gitHead": "a43db34e902c6c4d34051444bb385b82add08068"
37
37
  }
@@ -36,7 +36,7 @@ class WGS84 {
36
36
  }
37
37
 
38
38
  /**
39
- * alt does not denote the altitude of a point but its height from
39
+ * alt does not denote the altitude of a point but its height from
40
40
  * the "level" field (if defined) or from the ground
41
41
  */
42
42
  get alt() {