Use a complete feature in the winding test instead of a bare geometry

This commit is contained in:
Eric Fischer 2018-06-01 13:33:58 -07:00
parent 48486b5d7b
commit c650329eb2

View File

@ -1,4 +1,6 @@
{
{ "type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
@ -17,3 +19,4 @@
]
]
}
}