From e30fca09c71576ee493be08aabaeaa999f336e33 Mon Sep 17 00:00:00 2001 From: tobfer Date: Tue, 7 Nov 2023 15:33:23 +0000 Subject: [PATCH 1/2] add a new place --- places.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/places.csv b/places.csv index e53e3a1..eff922c 100644 --- a/places.csv +++ b/places.csv @@ -11,3 +11,4 @@ Little Devil's, cafe, vlad, black pudding (yuck black pudding), -4.081978, 52.41 The Roscoe Head, Pub, Paul, Great Beer and atmosphere, -2.97411, 53.40224 Sophie's, cafe, Colin, good cooked breakfast milkshakes and burgers, -4.08255, 52.415250 Albert Dock Cafe, dock, Gergely, plenty of options, -2.991972,53.399391 +Fazenda, cafe, Tobias, a worderful meat, -2.9922775195948472, 53.407888989863686 From 50581065113863da309dfeedaf7c81e19248a68f Mon Sep 17 00:00:00 2001 From: csv2geojson bot Date: Tue, 7 Nov 2023 15:33:45 +0000 Subject: [PATCH 2/2] Auto update of map --- places.geojson | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/places.geojson b/places.geojson index dfa0fdd..b06a366 100644 --- a/places.geojson +++ b/places.geojson @@ -22,5 +22,7 @@ { "type": "Feature", "properties": { "marker-size": "medium", "marker-symbol": " cafe", "name": "Sophie's", "creator" : " Colin", "comment" : " good cooked breakfast milkshakes and burgers" }, "geometry": { "type": "Point", "coordinates": [ -4.08255, 52.415250] } }, { "type": "Feature", "properties": { "marker-size": "medium", "marker-symbol": " dock", "name": "Albert Dock Cafe", "creator" : " Gergely", "comment" : " plenty of options" }, -"geometry": { "type": "Point", "coordinates": [ -2.991972,53.399391] } } +"geometry": { "type": "Point", "coordinates": [ -2.991972,53.399391] } }, +{ "type": "Feature", "properties": { "marker-size": "medium", "marker-symbol": " cafe", "name": "Fazenda", "creator" : " Tobias", "comment" : " a worderful meat" }, +"geometry": { "type": "Point", "coordinates": [ -2.9922775195948472, 53.407888989863686] } } ] }