Skip to content

Commit 2a2cee5

Browse files
Merge branch 'master' into page-not-found-chaikins-ppdf
2 parents a35ce5c + 991d3ac commit 2a2cee5

File tree

113 files changed

+113
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+113
-113
lines changed

packages/turf-along/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/along",
33
"version": "7.2.0",
4-
"description": "turf along module",
4+
"description": "Calculates a point along a line at a specific distance",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-angle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/angle",
33
"version": "7.2.0",
4-
"description": "turf angle module",
4+
"description": "Finds the angle formed by two adjacent segments.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Denis <@DenisCarriere>"

packages/turf-area/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/area",
33
"version": "7.2.0",
4-
"description": "turf area module",
4+
"description": "Calculates the geodesic area in square meters of one or more polygons.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-bbox-clip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/bbox-clip",
33
"version": "7.2.0",
4-
"description": "turf bbox-clip module",
4+
"description": "Takes a Feature and a bbox and clips the feature to the bbox using lineclip.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Tim Channell <@tcql>",

packages/turf-bbox-polygon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/bbox-polygon",
33
"version": "7.2.0",
4-
"description": "turf bbox-polygon module",
4+
"description": "Converts a bounding box to a GeoJSON polygon.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-bbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/bbox",
33
"version": "7.2.0",
4-
"description": "turf bbox module",
4+
"description": "Generates a bounding box around a GeoJSON feature.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-bearing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/bearing",
33
"version": "7.2.0",
4-
"description": "turf bearing module",
4+
"description": "Takes two points and finds the geographic bearing between them.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-bezier-spline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/bezier-spline",
33
"version": "7.2.0",
4-
"description": "turf bezier-spline module",
4+
"description": "Smooths a line into a curve using Bézier splines, great for visualizing routes.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-boolean-clockwise/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-clockwise",
33
"version": "7.2.0",
4-
"description": "turf boolean-clockwise module",
4+
"description": "Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Morgan Herlocker <@morganherlocker>",

packages/turf-boolean-concave/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/boolean-concave",
33
"version": "7.2.0",
4-
"description": "turf boolean-concave module",
4+
"description": "Takes a polygon and return true or false as to whether it is concave or not.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Rowan Winsemius <@rowanwins>"

0 commit comments

Comments
 (0)