From 654088ce30d0c2c8fb8f95638008cb81c64d310b Mon Sep 17 00:00:00 2001 From: "esther.turner" Date: Wed, 11 Dec 2024 17:13:08 +0000 Subject: [PATCH 1/2] Add maybe the best pizza place in Oxford --- places.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/places.csv b/places.csv index 577b246..3052d78 100644 --- a/places.csv +++ b/places.csv @@ -18,4 +18,4 @@ Fazenda, cafe, Tobias, a worderful meat, -2.9922775195948472, 53.407888989863686 The Roscoe Head, Pub, Paul, Great Beer and atmosphere, -2.97411, 53.40224 Honest Burgers, Restaurant, Colin, I've not been here yet, -2.977367, 53.402424 COFFI, coffee, Jeff, tasty, -2.977367, 53.402424 - +The White Rabbit, Pub, Esther, Maybe the best pizza in Oxford?, -1.2632956, 51.7544476 From 1cc8cf07f51bf528f5294511526f5bde6b5067f3 Mon Sep 17 00:00:00 2001 From: csv2geojson bot Date: Wed, 11 Dec 2024 17:14:01 +0000 Subject: [PATCH 2/2] Auto update of map --- places.geojson | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/places.geojson b/places.geojson index 633dd92..ecc73eb 100644 --- a/places.geojson +++ b/places.geojson @@ -34,5 +34,9 @@ { "type": "Feature", "properties": { "marker-size": "medium", "marker-symbol": " Pub", "name": "The Roscoe Head", "creator" : " Paul", "comment" : " Great Beer and atmosphere" }, "geometry": { "type": "Point", "coordinates": [ -2.97411, 53.40224] } }, { "type": "Feature", "properties": { "marker-size": "medium", "marker-symbol": " Restaurant", "name": "Honest Burgers", "creator" : " Colin", "comment" : " I've not been here yet" }, -"geometry": { "type": "Point", "coordinates": [ -2.977367, 53.402424] } } +"geometry": { "type": "Point", "coordinates": [ -2.977367, 53.402424] } }, +{ "type": "Feature", "properties": { "marker-size": "medium", "marker-symbol": " coffee", "name": "COFFI", "creator" : " Jeff", "comment" : " tasty" }, +"geometry": { "type": "Point", "coordinates": [ -2.977367, 53.402424] } }, +{ "type": "Feature", "properties": { "marker-size": "medium", "marker-symbol": " Pub", "name": "The White Rabbit", "creator" : " Esther", "comment" : " Maybe the best pizza in Oxford?" }, +"geometry": { "type": "Point", "coordinates": [ -1.2632956, 51.7544476] } } ] }