Skip to content

Commit

Permalink
added test ref #869 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
stebogit committed Aug 2, 2017
1 parent 3ef4af4 commit b87683b
Showing 1 changed file with 59 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
1,
1
],
[
1,
0
],
[
0,
0
],
[
1,
1
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
0,
0
],
[
1,
1
],
[
1,
0
],
[
0,
0
]
]
]
}
}
]
}

0 comments on commit b87683b

Please sign in to comment.