From df702bea124afe9f65856ec088dacae225da607d Mon Sep 17 00:00:00 2001 From: DilaraK Date: Tue, 31 May 2016 14:12:57 +1000 Subject: [PATCH] Create DrDAX.geojson --- geojsons/DrDAX.geojson | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 geojsons/DrDAX.geojson diff --git a/geojsons/DrDAX.geojson b/geojsons/DrDAX.geojson new file mode 100644 index 0000000..72e063e --- /dev/null +++ b/geojsons/DrDAX.geojson @@ -0,0 +1,24 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "marker-color": "#7e7e7e", + "marker-size": "medium", + "marker-symbol": "", + "Name": "Dr. DAX", + "Address": "Royal Parade", + "Review": "Close proximity to BioSciences", + "Contributer": "Dilara" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 144.9582803249359, + -37.79809418179567 + ] + } + } + ] +}