From 266d75638334da7e3d4571a124f611324e5b44cc Mon Sep 17 00:00:00 2001 From: emorrisroe Date: Thu, 31 Mar 2016 14:30:24 +1100 Subject: [PATCH] Create AMinorPlace.geojson --- geojsons/AMinorPlace.geojson | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 geojsons/AMinorPlace.geojson diff --git a/geojsons/AMinorPlace.geojson b/geojsons/AMinorPlace.geojson new file mode 100644 index 0000000..930e199 --- /dev/null +++ b/geojsons/AMinorPlace.geojson @@ -0,0 +1,24 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "marker-color": "#7E7E7E", + "marker-size": "medium", + "marker-symbol": "", + "Cafe Name": "A Minor Place", + "Cafe Address": "103 Albion St, Brunswick VIC 3056", + "Review": "****", + "Contributor": "Emma M" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 144.96963411569595, + -37.76150189182753 + ] + } + } + ] +}