diff --git a/geojsons/adelaideresistance.geojson b/geojsons/adelaideresistance.geojson new file mode 100644 index 0000000..9d1b941 --- /dev/null +++ b/geojsons/adelaideresistance.geojson @@ -0,0 +1,23 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "marker-color": "#4b0e6a", + "marker-size": "medium", + "marker-symbol": "", + "Name": "Mockingbird Lounge", + "Address": "63a Broadway Glenelg ", + "Review": "5 stars for games and books. Plenty of tables for playing Resistance " + }, + "geometry": { + "type": "Point", + "coordinates": [ + 138.51726651191711, + -34.9879917294835 + ] + } + } + ] +}