From 7604fe8aca0cb4f067b767c143ac5d1a98dc50a9 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Wed, 11 Jan 2017 13:29:39 +0100 Subject: [PATCH] Remove test.geojson which was accidently committed in 57342a6 --- examples/data/geojson/test.geojson | 108 ----------------------------- 1 file changed, 108 deletions(-) delete mode 100644 examples/data/geojson/test.geojson diff --git a/examples/data/geojson/test.geojson b/examples/data/geojson/test.geojson deleted file mode 100644 index 6930112150..0000000000 --- a/examples/data/geojson/test.geojson +++ /dev/null @@ -1,108 +0,0 @@ -{ - "type": "FeatureCollection", - "features": [{ - "type": "Feature", - "id": "11002A05-", - "properties": { - - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 489499, - 6658893 - ], - [ - 489828, - 6659895 - ], - [ - 489874, - 6659829 - ], - [ - 490023, - 6659585 - ], - [ - 490056, - 6659433 - ], - [ - 489918, - 6658824 - ], - [ - 489499, - 6658893 - ] - ] - ] - } - }, - { - "type": "Feature", - "id": "11002A04-", - "properties": { - - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 489828, - 6659895 - ], - [ - 489971, - 6659886 - ], - [ - 490249, - 6659849 - ], - [ - 490336, - 6659615 - ], - [ - 490401, - 6658929 - ], - [ - 490173, - 6658879 - ], - [ - 489945, - 6658746 - ], - [ - 489918, - 6658824 - ], - [ - 490056, - 6659433 - ], - [ - 490023, - 6659585 - ], - [ - 489874, - 6659829 - ], - [ - 489828, - 6659895 - ] - ] - ] - } - } - ] -}