@turf/directional-mean 7.1.0-alpha.7 → 7.1.0-alpha.70
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/README.md +1 -1
- package/package.json +10 -9
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ It can handle segments of line or the whole line.
|
|
|
25
25
|
|
|
26
26
|
### Parameters
|
|
27
27
|
|
|
28
|
-
* `lines` **[FeatureCollection][3]<[LineString][4]
|
|
28
|
+
* `lines` **[FeatureCollection][3]<[LineString][4]>** 
|
|
29
29
|
* `options` **[object][1]** (optional, default `{}`)
|
|
30
30
|
|
|
31
31
|
* `options.planar` **[boolean][5]** whether the spatial reference system is projected or geographical. (optional, default `true`)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/directional-mean",
|
|
3
|
-
"version": "7.1.0-alpha.
|
|
3
|
+
"version": "7.1.0-alpha.70+948cdafaf",
|
|
4
4
|
"description": "turf directional-mean module",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"contributors": [
|
|
@@ -64,14 +64,15 @@
|
|
|
64
64
|
"write-json-file": "^5.0.0"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@turf/bearing": "^7.1.0-alpha.
|
|
68
|
-
"@turf/centroid": "^7.1.0-alpha.
|
|
69
|
-
"@turf/destination": "^7.1.0-alpha.
|
|
70
|
-
"@turf/helpers": "^7.1.0-alpha.
|
|
71
|
-
"@turf/invariant": "^7.1.0-alpha.
|
|
72
|
-
"@turf/length": "^7.1.0-alpha.
|
|
73
|
-
"@turf/meta": "^7.1.0-alpha.
|
|
67
|
+
"@turf/bearing": "^7.1.0-alpha.70+948cdafaf",
|
|
68
|
+
"@turf/centroid": "^7.1.0-alpha.70+948cdafaf",
|
|
69
|
+
"@turf/destination": "^7.1.0-alpha.70+948cdafaf",
|
|
70
|
+
"@turf/helpers": "^7.1.0-alpha.70+948cdafaf",
|
|
71
|
+
"@turf/invariant": "^7.1.0-alpha.70+948cdafaf",
|
|
72
|
+
"@turf/length": "^7.1.0-alpha.70+948cdafaf",
|
|
73
|
+
"@turf/meta": "^7.1.0-alpha.70+948cdafaf",
|
|
74
|
+
"@types/geojson": "^7946.0.10",
|
|
74
75
|
"tslib": "^2.6.2"
|
|
75
76
|
},
|
|
76
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "948cdafaf70606d2e27fcc79973fa48ee1182067"
|
|
77
78
|
}
|