From 1b3b4c80df5e875861ee5eb0030f930db4e41774 Mon Sep 17 00:00:00 2001 From: LizSeabrook Date: Thu, 31 Mar 2016 14:31:59 +1100 Subject: [PATCH] Create theblacksmith.geojson added cafe at PW --- geojsons/theblacksmith.geojson | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 geojsons/theblacksmith.geojson diff --git a/geojsons/theblacksmith.geojson b/geojsons/theblacksmith.geojson new file mode 100644 index 0000000..bbd3728 --- /dev/null +++ b/geojsons/theblacksmith.geojson @@ -0,0 +1,24 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "marker-color": "#7e7e7e", + "marker-size": "medium", + "marker-symbol": "", + "Name": "The Blacksmith", + "Address": "Belgrave", + "Review": "Almond croissants!", + "Contributor": "Liz" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 145.35494685173035, + -37.90877177569211 + ] + } + } + ] +}