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 + ] + } + } + ] +}