From 6b15f1149b4d0ef6b8ef68b931919a72c255b7f5 Mon Sep 17 00:00:00 2001 From: guyschvitz Date: Fri, 26 Aug 2016 11:14:36 +0200 Subject: [PATCH] new file created first geojson file showing my office building and office location. --- office.geojson | 103 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 office.geojson diff --git a/office.geojson b/office.geojson new file mode 100644 index 0000000..1132328 --- /dev/null +++ b/office.geojson @@ -0,0 +1,103 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": {}, + "geometry": { + "type": "Point", + "coordinates": [ + 8.544318974018097, + 47.38012125924485 + ] + } + }, + { + "type": "Feature", + "properties": {}, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.544265329837799, + 47.38014668614686 + ], + [ + 8.544278740882874, + 47.379972330001145 + ], + [ + 8.544428944587708, + 47.379985043489576 + ], + [ + 8.544412851333618, + 47.38005224330618 + ], + [ + 8.544922471046448, + 47.380195723708944 + ], + [ + 8.54473203420639, + 47.3804790509524 + ], + [ + 8.544300198554993, + 47.380344652321604 + ], + [ + 8.544297516345978, + 47.38030287970441 + ], + [ + 8.544324338436127, + 47.380301063502905 + ], + [ + 8.54437530040741, + 47.380262923256986 + ], + [ + 8.54460060596466, + 47.38033375512032 + ], + [ + 8.544656932353973, + 47.380255658445115 + ], + [ + 8.544579148292542, + 47.380230231595675 + ], + [ + 8.544581830501556, + 47.38021751816635 + ], + [ + 8.544520139694212, + 47.38020298852906 + ], + [ + 8.544522821903229, + 47.38018664268235 + ], + [ + 8.544439673423765, + 47.38015939959326 + ], + [ + 8.544420897960663, + 47.38019027509319 + ], + [ + 8.544265329837799, + 47.38014668614686 + ] + ] + ] + } + } + ] +}