Skip to content

Instantly share code, notes, and snippets.

@homelinen
Created November 19, 2012 16:58
Show Gist options
  • Save homelinen/4111866 to your computer and use it in GitHub Desktop.
Save homelinen/4111866 to your computer and use it in GitHub Desktop.
[
{
"city1": "Aberdeen",
"city2": "Ayr",
"weight": 179
},
{
"city1": "Aberdeen",
"city2": "Edinburgh",
"weight": 129
},
{
"city1": "Aberdeen",
"city2": "Fort William",
"weight": 157
},
{
"city1": "Aberdeen",
"city2": "Glasgow",
"weight": 146
},
{
"city1": "Aberdeen",
"city2": "Inverness",
"weight": 105
},
{
"city1": "Aberdeen",
"city2": "St Andrews",
"weight": 79
},
{
"city1": "Aberdeen",
"city2": "Stirling",
"weight": 119
},
{
"city1": "Ayr",
"city2": "Edinburgh",
"weight": 79
},
{
"city1": "Ayr",
"city2": "Fort William",
"weight": 141
},
{
"city1": "Ayr",
"city2": "Glasgow",
"weight": 33
},
{
"city1": "Ayr",
"city2": "Inverness",
"weight": 207
},
{
"city1": "Ayr",
"city2": "St Andrews",
"weight": 118
},
{
"city1": "Ayr",
"city2": "Stirling",
"weight": 64
},
{
"city1": "Edinburgh",
"city2": "Fort William",
"weight": 131
},
{
"city1": "Edinburgh",
"city2": "Glasgow",
"weight": 43
},
{
"city1": "Edinburgh",
"city2": "Inverness",
"weight": 154
},
{
"city1": "Edinburgh",
"city2": "St Andrews",
"weight": 50
},
{
"city1": "Edinburgh",
"city2": "Stirling",
"weight": 36
},
{
"city1": "Fort William",
"city2": "Glasgow",
"weight": 116
},
{
"city1": "Fort William",
"city2": "Inverness",
"weight": 74
},
{
"city1": "Fort William",
"city2": "St Andrews",
"weight": 134
},
{
"city1": "Fort William",
"city2": "Stirling",
"weight": 96
},
{
"city1": "Glasgow",
"city2": "Inverness",
"weight": 175
},
{
"city1": "Glasgow",
"city2": "St Andrews",
"weight": 81
},
{
"city1": "Glasgow",
"city2": "Stirling",
"weight": 27
},
{
"city1": "Inverness",
"city2": "St Andrews",
"weight": 145
},
{
"city1": "Inverness",
"city2": "Stirling",
"weight": 143
},
{
"city1": "St Andrews",
"city2": "Stirling",
"weight": 52
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment