Skip to content

Instantly share code, notes, and snippets.

@dimitriye98
Created March 22, 2018 15:21
Show Gist options
  • Save dimitriye98/96ed257a41505970d795bcbc15cccf2b to your computer and use it in GitHub Desktop.
Save dimitriye98/96ed257a41505970d795bcbc15cccf2b to your computer and use it in GitHub Desktop.
{
"vertices": [
{
"id": "22nd",
"edges": [
{
"weight": 295.0,
"destination": "Bayshore"
}
],
"coordinates": {
"x": 402.0,
"y": 71.0
}
},
{
"id": "San Bruno",
"edges": [
{
"weight": 304.0,
"destination": "Palo Alto"
}
],
"coordinates": {
"x": 708.0,
"y": 323.0
}
},
{
"id": "California Ave.",
"edges": [
{
"weight": 103.0,
"destination": "Palo Alto"
}
],
"coordinates": {
"x": 600.0,
"y": 81.0
}
},
{
"id": "San Antonio",
"edges": [],
"coordinates": {
"x": 141.0,
"y": 97.0
}
},
{
"id": "Lawrence",
"edges": [
{
"weight": 203.0,
"destination": "Sunnyvale"
}
],
"coordinates": {
"x": 144.0,
"y": 472.0
}
},
{
"id": "Sunnyvale",
"edges": [],
"coordinates": {
"x": 211.0,
"y": 350.0
}
},
{
"id": "South San Francisco",
"edges": [
{
"weight": 108.0,
"destination": "Bayshore"
},
{
"weight": 281.0,
"destination": "San Bruno"
}
],
"coordinates": {
"x": 711.0,
"y": 445.0
}
},
{
"id": "22nd Street",
"edges": [
{
"weight": 220.0,
"destination": "San Francisco"
}
],
"coordinates": {
"x": 390.0,
"y": 521.0
}
},
{
"id": "San Jose",
"edges": [
{
"weight": 271.0,
"destination": "Mountain View"
}
],
"coordinates": {
"x": 48.0,
"y": 279.0
}
},
{
"id": "San Francisco",
"edges": [
{
"weight": 201.0,
"destination": "South San Francisco"
},
{
"weight": 227.0,
"destination": "22nd Street"
},
{
"weight": 180.0,
"destination": "Bayshore"
}
],
"coordinates": {
"x": 490.0,
"y": 392.0
}
},
{
"id": "Palo Alto",
"edges": [
{
"weight": 238.0,
"destination": "Bayshore"
}
],
"coordinates": {
"x": 706.0,
"y": 206.0
}
},
{
"id": "Bayshore",
"edges": [
{
"weight": 304.0,
"destination": "San Francisco"
}
],
"coordinates": {
"x": 516.0,
"y": 194.0
}
},
{
"id": "Mountain View",
"edges": [
{
"weight": 194.0,
"destination": "Sunnyvale"
},
{
"weight": 141.0,
"destination": "San Antonio"
}
],
"coordinates": {
"x": 197.0,
"y": 206.0
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment