Skip to content

Instantly share code, notes, and snippets.

@portableant
Last active February 27, 2020 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save portableant/a112cf3a176ee0fa7faeecf75517bc45 to your computer and use it in GitHub Desktop.
Save portableant/a112cf3a176ee0fa7faeecf75517bc45 to your computer and use it in GitHub Desktop.
AHRC
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Venue": "St. John's College",
"Date": "5th March 2020",
"Address": "St John's College, St John's Street, Cambridge CB2 1TP",
"Directions": "<a href='https://fitz.ms/stjohns'>Follow me</a>"
},
"geometry": {
"type": "Point",
"coordinates": [
0.1177462935447693,
52.20779733741522
]
}
},
{
"type": "Feature",
"properties": {
"Venue": "St. Edmund's College",
"Date": "6th March 2020",
"Room": "The Garden room",
"Address": "Mount Pleasant, Cambridge CB3 0BN",
"Directions": "<a href='https://fitz.ms/steds'>Follow me</a>"
},
"geometry": {
"type": "Point",
"coordinates": [
0.10850071907043457,
52.21296469258072
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment