Created
January 20, 2014 21:15
-
-
Save brysongilbert/8529336 to your computer and use it in GitHub Desktop.
TTC subway stations in and around Toronto. Currently only contains stations on the 1 Yonge-University-Spadina line. Inspired by https://gist.github.com/oobrien/8525859
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | |
"features": [ | |
{ "type": "Feature", "properties": { "name": "Finch", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.414722, 43.780556 ] } }, | |
{ "type": "Feature", "properties": { "name": "North York Centre", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.412778, 43.768333 ] } }, | |
{ "type": "Feature", "properties": { "name": "Sheppard-Yonge", "lines": "(2:1,4)" }, "geometry": { "type": "Point", "coordinates": [ -79.410833, 43.761389 ] } }, | |
{ "type": "Feature", "properties": { "name": "York Mills", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.406667, 43.744167 ] } }, | |
{ "type": "Feature", "properties": { "name": "Lawrence", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.402222, 43.725 ] } }, | |
{ "type": "Feature", "properties": { "name": "Eglinton", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.398333, 43.705833 ] } }, | |
{ "type": "Feature", "properties": { "name": "Davisville", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.397028, 43.6975 ] } }, | |
{ "type": "Feature", "properties": { "name": "St. Clair", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.394142, 43.688217 ] } }, | |
{ "type": "Feature", "properties": { "name": "Summerhill", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.390833, 43.682222 ] } }, | |
{ "type": "Feature", "properties": { "name": "Rosedale", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.388889, 43.676944 ] } }, | |
{ "type": "Feature", "properties": { "name": "Bloor-Yonge", "lines": "(2:1,2)" }, "geometry": { "type": "Point", "coordinates": [ -79.385833, 43.671111 ] } }, | |
{ "type": "Feature", "properties": { "name": "Wellesley", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.383889, 43.665278 ] } }, | |
{ "type": "Feature", "properties": { "name": "College", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.383094, 43.661289 ] } }, | |
{ "type": "Feature", "properties": { "name": "Dundas", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.380914, 43.656344 ] } }, | |
{ "type": "Feature", "properties": { "name": "Queen", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.379375, 43.652708 ] } }, | |
{ "type": "Feature", "properties": { "name": "King", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.377778, 43.649167 ] } }, | |
{ "type": "Feature", "properties": { "name": "Union", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.380503, 43.645661 ] } }, | |
{ "type": "Feature", "properties": { "name": "St. Andrew", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.384722, 43.647778 ] } }, | |
{ "type": "Feature", "properties": { "name": "Osgoode", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.386667, 43.650833 ] } }, | |
{ "type": "Feature", "properties": { "name": "St. Patrick", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.388333, 43.654722 ] } }, | |
{ "type": "Feature", "properties": { "name": "Queen's Park", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.390556, 43.66 ] } }, | |
{ "type": "Feature", "properties": { "name": "Museum", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.393611, 43.667222 ] } }, | |
{ "type": "Feature", "properties": { "name": "St. George", "lines": "(2:1,2)" }, "geometry": { "type": "Point", "coordinates": [ -79.399722, 43.668056 ] } }, | |
{ "type": "Feature", "properties": { "name": "Spadina", "lines": "(2:1,2)" }, "geometry": { "type": "Point", "coordinates": [ -79.403889, 43.667222 ] } }, | |
{ "type": "Feature", "properties": { "name": "Dupont", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.40683, 43.674584 ] } }, | |
{ "type": "Feature", "properties": { "name": "St. Clair West", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.415113, 43.683888 ] } }, | |
{ "type": "Feature", "properties": { "name": "Eglinton West", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.435819, 43.699209 ] } }, | |
{ "type": "Feature", "properties": { "name": "Glencairn", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.440833, 43.708889 ] } }, | |
{ "type": "Feature", "properties": { "name": "Lawrence West", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.444167, 43.715833 ] } }, | |
{ "type": "Feature", "properties": { "name": "Yorkdale", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.4475, 43.724722 ] } }, | |
{ "type": "Feature", "properties": { "name": "Wilson", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.45, 43.734167 ] } }, | |
{ "type": "Feature", "properties": { "name": "Downsview", "lines": "(1:1)" }, "geometry": { "type": "Point", "coordinates": [ -79.461944, 43.749444 ] } } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment