forked from Turfjs/turf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the turf-convex doc to tell that Features are accepted (Turfj…
…s#442) * Updated the turf-convex doc to tell that Features are accepted as well as a FeatureCollection * Test added for turf-convex with a Polygon Feature. * Used the generate-readmes script to generate README.md files
- Loading branch information
1 parent
b317199
commit 117ad97
Showing
5 changed files
with
93 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
"type": "FeatureCollection", | ||
"features": [ | ||
{ | ||
"type": "Feature", | ||
"properties": {}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
-74.08355712890625, | ||
40.6723059714534 | ||
], | ||
[ | ||
-73.7567138671875, | ||
40.8595252289932 | ||
], | ||
[ | ||
-73.86383056640625, | ||
40.97575093157534 | ||
], | ||
[ | ||
-74.0203857421875, | ||
41.04621681452063 | ||
], | ||
[ | ||
-74.24285888671875, | ||
41.04828819952275 | ||
], | ||
[ | ||
-74.410400390625, | ||
40.977824533189526 | ||
], | ||
[ | ||
-74.5257568359375, | ||
40.851215574282456 | ||
], | ||
[ | ||
-74.5697021484375, | ||
40.74309523218185 | ||
], | ||
[ | ||
-74.59991455078125, | ||
40.60144147645398 | ||
], | ||
[ | ||
-74.56146240234375, | ||
40.47620304302563 | ||
], | ||
[ | ||
-74.41864013671875, | ||
40.386304853509046 | ||
], | ||
[ | ||
-74.2236328125, | ||
40.32141999593439 | ||
], | ||
[ | ||
-74.01214599609375, | ||
40.317231732315236 | ||
], | ||
[ | ||
-73.85009765625, | ||
40.34654412118006 | ||
], | ||
[ | ||
-73.76220703125, | ||
40.444856858961764 | ||
], | ||
[ | ||
-74.08355712890625, | ||
40.6723059714534 | ||
] | ||
] | ||
] | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[ [ [ -74.56146240234375, 40.47620304302563 ], [ -74.59991455078125, 40.60144147645398 ], [ -74.5697021484375, 40.74309523218185 ], [ -74.5257568359375, 40.851215574282456 ], [ -74.410400390625, 40.977824533189526 ], [ -74.24285888671875, 41.04828819952275 ], [ -74.0203857421875, 41.04621681452063 ], [ -73.86383056640625, 40.97575093157534 ], [ -73.7567138671875, 40.8595252289932 ], [ -73.76220703125, 40.444856858961764 ], [ -73.85009765625, 40.34654412118006 ], [ -74.01214599609375, 40.317231732315236 ], [ -74.2236328125, 40.32141999593439 ], [ -74.41864013671875, 40.386304853509046 ], [ -74.56146240234375, 40.47620304302563 ] ] ]},"properties":{}} |