From 0c1b3ddd4599f8a9c3eb4f6178acba600c4c6edc Mon Sep 17 00:00:00 2001 From: kennyjaiz Date: Thu, 31 Mar 2016 14:32:03 +1100 Subject: [PATCH] Create another7seeds.geojsons Added cafe at Python workshop --- geojsons/another7seeds.geojsons | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 geojsons/another7seeds.geojsons diff --git a/geojsons/another7seeds.geojsons b/geojsons/another7seeds.geojsons new file mode 100644 index 0000000..5ab1f07 --- /dev/null +++ b/geojsons/another7seeds.geojsons @@ -0,0 +1,24 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "marker-color": "#8080ff", + "marker-size": "medium", + "marker-symbol": "star", + "Name": "7 Seeds", + "Address": "114/106-114 Berkeley St Carlton VIC 3053", + "Review": "Good", + "Contributor": "Me!" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 144.9590903520584, + -37.80287966715224 + ] + } + } + ] +}