From c650329eb2242efb4f76502773c1ffe9edb0358d Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Fri, 1 Jun 2018 13:33:58 -0700 Subject: [PATCH] Use a complete feature in the winding test instead of a bare geometry --- tests/polygon-winding/in.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/polygon-winding/in.json b/tests/polygon-winding/in.json index c736d69..06b9a87 100644 --- a/tests/polygon-winding/in.json +++ b/tests/polygon-winding/in.json @@ -1,4 +1,6 @@ - { +{ "type": "Feature", + "properties": {}, + "geometry": { "type": "Polygon", "coordinates": [ [ @@ -17,3 +19,4 @@ ] ] } +}