Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsauze authored Dec 11, 2024
2 parents 2940cc8 + 62eeeb3 commit 3683b97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions places.csv
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ COFFI, coffee, Jeff, tasty, -2.977367, 53.4024
Shanghai Palace, restaurant, Colin, not been here either, -2.980835, 53.404419
The White Rabbit, Pub, Esther, Maybe the best pizza in Oxford?, -1.2632956, 51.7544476
La Parisienne, Boulangerie, Caroline, Good bread and pastries, 2.324772, 48.841911
Cwm Penmachno,place,Steve,No internet No phone signal BLISS,-3.803155,53.039587
4 changes: 3 additions & 1 deletion places.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@
{ "type": "Feature", "properties": { "marker-size": "medium", "marker-symbol": " restaurant", "name": "Shanghai Palace", "creator" : " Colin", "comment" : " not been here either" },
"geometry": { "type": "Point", "coordinates": [ -2.980835, 53.404419] } },
{ "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] } }
"geometry": { "type": "Point", "coordinates": [ -1.2632956, 51.7544476] } },
{ "type": "Feature", "properties": { "marker-size": "medium", "marker-symbol": "place", "name": "Cwm Penmachno", "creator" : "Steve", "comment" : "No internet No phone signal BLISS" },
"geometry": { "type": "Point", "coordinates": [-3.803155,53.039587] } }
] }

0 comments on commit 3683b97

Please sign in to comment.