Skip to content

Instantly share code, notes, and snippets.

@wabson
Last active December 29, 2015 15:19
Show Gist options
  • Save wabson/7690166 to your computer and use it in GitHub Desktop.
Save wabson/7690166 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Name": "Elmbridge Canoe Club",
"Type": "Start",
"Distance": "0 km",
"Postcode": "KT13 8LU"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.45301437377929693,
51.382602468073806
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Teddington Rollers",
"Type": "Portage",
"Distance": "16.7 km",
"Postcode": "TW11 9NG"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.32341003417968744,
51.43110969142586
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Richmond Canoe Club",
"Type": "Finish",
"Distance": "20.5 km",
"Postcode": "TW10 6UT"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.30315399169921875,
51.45384645548734
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Sunbury Rollers",
"Type:": "Portage",
"Distance": "4.4 km",
"Postcode": "KT12 2JD"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.40572166442871094,
51.40530982595497
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Molesey Lock Rollers",
"Type": "Portage",
"Distance": "9.0 km",
"Postcode": "KT8 9AW"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.34825801849365234,
51.406327108814295
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment