@turf/center-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 +2 -4
- package/package.json +8 -7
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ mean.properties['marker-size'] = 'large';
|
|
|
34
34
|
mean.properties['marker-color'] = '#000';
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
Returns **[Feature][
|
|
37
|
+
Returns **[Feature][1]<[Point][6]>** a Point feature at the mean center point of all input features
|
|
38
38
|
|
|
39
39
|
[1]: https://tools.ietf.org/html/rfc7946#section-3.2
|
|
40
40
|
|
|
@@ -46,9 +46,7 @@ Returns **[Feature][6]<[Point][7]>** a Point feature at the mean center point of
|
|
|
46
46
|
|
|
47
47
|
[5]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String
|
|
48
48
|
|
|
49
|
-
[6]: https://tools.ietf.org/html/rfc7946#section-3.2
|
|
50
|
-
|
|
51
|
-
[7]: https://tools.ietf.org/html/rfc7946#section-3.1.2
|
|
49
|
+
[6]: https://tools.ietf.org/html/rfc7946#section-3.1.2
|
|
52
50
|
|
|
53
51
|
<!-- This file is automatically generated. Please don't edit it directly. If you find an error, edit the source file of the module in question (likely index.js or index.ts), and re-run "yarn docs" from the root of the turf project. -->
|
|
54
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/center-mean",
|
|
3
|
-
"version": "7.1.0-alpha.
|
|
3
|
+
"version": "7.1.0-alpha.70+948cdafaf",
|
|
4
4
|
"description": "turf center-mean module",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"contributors": [
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@turf/center": "^7.1.0-alpha.
|
|
62
|
-
"@turf/truncate": "^7.1.0-alpha.
|
|
61
|
+
"@turf/center": "^7.1.0-alpha.70+948cdafaf",
|
|
62
|
+
"@turf/truncate": "^7.1.0-alpha.70+948cdafaf",
|
|
63
63
|
"@types/benchmark": "^2.1.5",
|
|
64
64
|
"@types/tape": "^4.2.32",
|
|
65
65
|
"benchmark": "^2.1.4",
|
|
@@ -73,10 +73,11 @@
|
|
|
73
73
|
"write-json-file": "^5.0.0"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@turf/bbox": "^7.1.0-alpha.
|
|
77
|
-
"@turf/helpers": "^7.1.0-alpha.
|
|
78
|
-
"@turf/meta": "^7.1.0-alpha.
|
|
76
|
+
"@turf/bbox": "^7.1.0-alpha.70+948cdafaf",
|
|
77
|
+
"@turf/helpers": "^7.1.0-alpha.70+948cdafaf",
|
|
78
|
+
"@turf/meta": "^7.1.0-alpha.70+948cdafaf",
|
|
79
|
+
"@types/geojson": "^7946.0.10",
|
|
79
80
|
"tslib": "^2.6.2"
|
|
80
81
|
},
|
|
81
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "948cdafaf70606d2e27fcc79973fa48ee1182067"
|
|
82
83
|
}
|