From 11565e9d6da1092a9733f9e6583fc7f534ba7aee Mon Sep 17 00:00:00 2001 From: samills Date: Thu, 31 Mar 2016 14:31:57 +1100 Subject: [PATCH] Create Stove Top.geojsons cafe time --- geojsons/Stove Top.geojsons | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 geojsons/Stove Top.geojsons diff --git a/geojsons/Stove Top.geojsons b/geojsons/Stove Top.geojsons new file mode 100644 index 0000000..21b110f --- /dev/null +++ b/geojsons/Stove Top.geojsons @@ -0,0 +1,23 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "marker-color": "#7e7e7e", + "marker-size": "medium", + "marker-symbol": "", + "Name": "Stove-top", + "Address ": "100 Leicester street", + "Review": "Fine. Good pythons upstairs" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 144.9605843424797, + -37.80372737359558 + ] + } + } + ] +}