Skip to content

Instantly share code, notes, and snippets.

@louking
Created November 3, 2017 15:06
Show Gist options
  • Save louking/46ef2eb188691817d26c620b1310b37d to your computer and use it in GitHub Desktop.
Save louking/46ef2eb188691817d26c620b1310b37d to your computer and use it in GitHub Desktop.
runningroutes json data
Display the source blob
Display the rendered blob
Raw
{
"type":"FeatureCollection",
"features":[
{
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[
39.5132856,
-77.4099524
],
"properties":{
"id":5,
"name":"12+ From FCF",
"distance":12.4,
"surface":"road",
"gain":592,
"links":"<a href=\"https://www.google.com/maps/search/?api=1&query=39.513019, -77.410483\" target=_blank>start</a> <a href=\"http://www.mapmyrun.com/routes/view/1412836360\" target=_blank>route</a> ",
"lat":39.5132856,
"lng":-77.4099524
}
}
},
{
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[
39.4173126,
-77.4157472
],
"properties":{
"id":4,
"name":"Another baker park",
"distance":15,
"surface":"road",
"links":"<a href=\"https://www.google.com/maps/search/?api=1&query=39.416927, -77.415869\" target=_blank>start</a> <a href=\"https://www.runningahead.com/logs/db816ba95fe7403490ba401d30cb44ae/courses/b640b55aeb1f4d96ac38f3e98dd692c5\" target=_blank>route</a> ",
"lat":39.4173126,
"lng":-77.4157472
}
}
},
{
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[
39.4173126,
-77.4157472
],
"properties":{
"id":1,
"name":"Frederick 12",
"distance":12,
"surface":"road",
"links":"<a href=\"https://www.google.com/maps/search/?api=1&query=39.416927, -77.415869\" target=_blank>start</a> <a href=\"https://www.runningahead.com/logs/db816ba95fe7403490ba401d30cb44ae/courses/b640b55aeb1f4d96ac38f3e98dd692c5\" target=_blank>route</a> ",
"lat":39.4173126,
"lng":-77.4157472
}
}
},
{
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[
39.515982,
-77.4941844
],
"properties":{
"id":3,
"name":"Hamburg Parking Lot",
"distance":11.5,
"surface":"trail",
"links":"<a href=\"https://www.google.com/maps/search/?api=1&query=39.515874, -77.494219\" target=_blank>start</a> <a href=\"undefined\" target=_blank>route</a> ",
"lat":39.515982,
"lng":-77.4941844
}
}
},
{
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[
39.3967216,
-77.3590637
],
"properties":{
"id":2,
"name":"test lat/lon",
"distance":5,
"surface":"road",
"links":"<a href=\"https://www.google.com/maps/search/?api=1&query=39.396662, -77.359486\" target=_blank>start</a> <a href=\"undefined\" target=_blank>route</a> ",
"lat":39.3967216,
"lng":-77.3590637
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment