Last active
March 13, 2018 14:41
-
-
Save trevorgerhardt/8054d58b614ac69d21604ae47b0a4979 to your computer and use it in GitHub Desktop.
This file contains hidden or 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", | |
"name": "olympics_venues", | |
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | |
"features": [ | |
{ "type": "Feature", "properties": { "Name": "New National Station" }, "geometry": { "type": "Point", "coordinates": [ 139.7148675, 35.6778317, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Tokyo Metropolitan Gymnasium" }, "geometry": { "type": "Point", "coordinates": [ 139.7125393, 35.6796663, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Yoyogi National Stadium" }, "geometry": { "type": "Point", "coordinates": [ 139.6999973, 35.6676126, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Nippon Budokan" }, "geometry": { "type": "Point", "coordinates": [ 139.7497094, 35.6934042, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Tokyo International Forum" }, "geometry": { "type": "Point", "coordinates": [ 139.7644132, 35.6766857, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Kokugikan Arena" }, "geometry": { "type": "Point", "coordinates": [ 139.7932255, 35.6968633, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Equestrian Park" }, "geometry": { "type": "Point", "coordinates": [ 139.632848200000012, 35.6369844, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Musashino Forest Sport Plaza" }, "geometry": { "type": "Point", "coordinates": [ 139.5245808, 35.6650979, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Tokyo Stadium" }, "geometry": { "type": "Point", "coordinates": [ 139.5268929, 35.6645749, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Musashinonomori Park" }, "geometry": { "type": "Point", "coordinates": [ 139.5237923, 35.6756878, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Imperial Palace Gardens" }, "geometry": { "type": "Point", "coordinates": [ 139.758056399999987, 35.6874701, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Ariake Arena" }, "geometry": { "type": "Point", "coordinates": [ 139.7892612, 35.6384165, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Aomi Urban Sports Venue" }, "geometry": { "type": "Point", "coordinates": [ 139.780211400000013, 35.6170816, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Makuhari Messe" }, "geometry": { "type": "Point", "coordinates": [ 140.0369471, 35.6465862, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Canoe Slalom Course" }, "geometry": { "type": "Point", "coordinates": [ 139.851408, 35.6444807, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Dream Island Archery Field" }, "geometry": { "type": "Point", "coordinates": [ 139.8270321, 35.6500779, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Tatsumi International Swimming Centre" }, "geometry": { "type": "Point", "coordinates": [ 139.8189157, 35.6474624, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Olympic Aquatics Centre" }, "geometry": { "type": "Point", "coordinates": [ 139.8141253, 35.6519, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Ariake Tennis Park" }, "geometry": { "type": "Point", "coordinates": [ 139.7878504, 35.6352121, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Olympic Gymnastic Centre" }, "geometry": { "type": "Point", "coordinates": [ 139.7861016, 35.6386476, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Olympic BMX Course" }, "geometry": { "type": "Point", "coordinates": [ 139.7827327, 35.6373223, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Olympic Village" }, "geometry": { "type": "Point", "coordinates": [ 139.773345, 35.6492584, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "IBC\/MPC Tokyo International Exhibition Centre (Tokyo Big Sight)" }, "geometry": { "type": "Point", "coordinates": [ 139.7973776, 35.631323, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Odaiba Marine Park" }, "geometry": { "type": "Point", "coordinates": [ 139.774439300000012, 35.6296923, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Shiokaze Park" }, "geometry": { "type": "Point", "coordinates": [ 139.7687531, 35.6239366, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Seaside Park Hockey Stadium" }, "geometry": { "type": "Point", "coordinates": [ 139.7527349, 35.5912697, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Sea Forest Cross-Country Course" }, "geometry": { "type": "Point", "coordinates": [ 139.8089004, 35.6078971, 0.0 ] } }, | |
{ "type": "Feature", "properties": { "Name": "Sea Forest Waterway" }, "geometry": { "type": "Point", "coordinates": [ 139.8182774, 35.6072777, 0.0 ] } } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment