Skip to content

Commit

Permalink
Add test fixtures for #801
Browse files Browse the repository at this point in the history
Ref: #801
  • Loading branch information
DenisCarriere committed Jun 19, 2017
1 parent 669ece2 commit 92cf64a
Show file tree
Hide file tree
Showing 4 changed files with 854 additions and 0 deletions.
51 changes: 51 additions & 0 deletions packages/turf-buffer/test/in/issue-#801-Ecuador.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"type": "FeatureCollection",
"properties": {
"radius": 1,
"units": "miles"
},
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-78.50966334342957,
-0.22245649236909099
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.5096874833107,
-0.22245917455788858
],
[
-78.50966066122055,
-0.22246453893548376
],
[
-78.5096526145935,
-0.2224484458026982
],
[
-78.50967675447464,
-0.2224403992362927
],
[
-78.5096874833107,
-0.22245917455788858
]
]
]
}
}
]
}
57 changes: 57 additions & 0 deletions packages/turf-buffer/test/in/issue-#801.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"type": "FeatureCollection",
"properties": {
"radius": 1,
"units": "miles"
},
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#0000ff",
"fill-opacity": 0.5
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
5.832694172859192,
50.74689044349633
],
[
5.832699537277222,
50.74686838040257
],
[
5.832734405994415,
50.746881957692274
],
[
5.832734405994415,
50.746898929298894
],
[
5.832694172859192,
50.74689044349633
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
5.83271563053131,
50.746887049174894
]
}
}
]
}
Loading

0 comments on commit 92cf64a

Please sign in to comment.