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