F1 circuit layouts with year-by-year SVGs — manually traced track variations
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

363 行
11KB

  1. {
  2. "type": "FeatureCollection",
  3. "name": "f1-locations",
  4. "features": [
  5. {
  6. "type": "Feature",
  7. "geometry": {
  8. "type": "Point",
  9. "coordinates": [54.601, 24.471]
  10. },
  11. "properties": {
  12. "id": "ae-2009",
  13. "name": "Yas Marina Circuit",
  14. "location": "Abu Dhabi",
  15. "opened": "2009",
  16. "length": "5554m",
  17. "lon": "54.601",
  18. "lat": "24.471",
  19. "zoom": "14"
  20. }
  21. },
  22. {
  23. "type": "Feature",
  24. "geometry": {
  25. "type": "Point",
  26. "coordinates": [-97.633, 30.135]
  27. },
  28. "properties": {
  29. "id": "us-2012",
  30. "name": "Circuit of the Americas",
  31. "location": "Austin",
  32. "opened": "2012",
  33. "length": "5513m",
  34. "lon": "-97.633",
  35. "lat": "30.135",
  36. "zoom": "14"
  37. }
  38. },
  39. {
  40. "type": "Feature",
  41. "geometry": {
  42. "type": "Point",
  43. "coordinates": [50.512, 26.031]
  44. },
  45. "properties": {
  46. "id": "bh-2002",
  47. "name": "Bahrain International Circuit",
  48. "location": "Bahrain",
  49. "opened": "2002",
  50. "length": "5412m",
  51. "lon": "50.512",
  52. "lat": "26.031",
  53. "zoom": "14"
  54. }
  55. },
  56. {
  57. "type": "Feature",
  58. "geometry": {
  59. "type": "Point",
  60. "coordinates": [49.842, 40.369]
  61. },
  62. "properties": {
  63. "id": "az-2016",
  64. "name": "Baku City Circuit",
  65. "location": "Baku",
  66. "opened": "2016",
  67. "length": "6003m",
  68. "lon": "49.842",
  69. "lat": "40.369",
  70. "zoom": "14"
  71. }
  72. },
  73. {
  74. "type": "Feature",
  75. "geometry": {
  76. "type": "Point",
  77. "coordinates": [2.259, 41.569]
  78. },
  79. "properties": {
  80. "id": "es-1991",
  81. "name": "Circuit de Barcelona-Catalunya",
  82. "location": "Barcelona",
  83. "opened": "1991",
  84. "length": "4655m",
  85. "lon": "2.259",
  86. "lat": "41.569",
  87. "zoom": "14"
  88. }
  89. },
  90. {
  91. "type": "Feature",
  92. "geometry": {
  93. "type": "Point",
  94. "coordinates": [8.572, 49.330]
  95. },
  96. "properties": {
  97. "id": "de-1932",
  98. "name": "Hockenheimring",
  99. "location": "Hockenheim",
  100. "opened": "1932",
  101. "length": "4574m",
  102. "lon": "8.572",
  103. "lat": "49.330",
  104. "zoom": "14"
  105. }
  106. },
  107. {
  108. "type": "Feature",
  109. "geometry": {
  110. "type": "Point",
  111. "coordinates": [5.791, 43.253]
  112. },
  113. "properties": {
  114. "id": "fr-1969",
  115. "name": "Circuit Paul Ricard",
  116. "location": "Le Castelle",
  117. "opened": "1969",
  118. "length": "5842m",
  119. "lon": "5.791",
  120. "lat": "43.253",
  121. "zoom": "14"
  122. }
  123. },
  124. {
  125. "type": "Feature",
  126. "geometry": {
  127. "type": "Point",
  128. "coordinates": [144.970, -37.846]
  129. },
  130. "properties": {
  131. "id": "au-1953",
  132. "name": "Albert Park Circuit",
  133. "location": "Melbourne",
  134. "opened": "1953",
  135. "length": "5027m",
  136. "lon": "144.970",
  137. "lat": "-37.846",
  138. "zoom": "14"
  139. }
  140. },
  141. {
  142. "type": "Feature",
  143. "geometry": {
  144. "type": "Point",
  145. "coordinates": [-99.091, 19.402]
  146. },
  147. "properties": {
  148. "id": "mx-1962",
  149. "name": "Autódromo Hermanos Rodríguez",
  150. "location": "Mexico City",
  151. "opened": "1962",
  152. "length": "4304m",
  153. "lon": "-99.091",
  154. "lat": "19.402",
  155. "zoom": "15"
  156. }
  157. },
  158. {
  159. "type": "Feature",
  160. "geometry": {
  161. "type": "Point",
  162. "coordinates": [7.429, 43.737]
  163. },
  164. "properties": {
  165. "id": "mc-1929",
  166. "name": "Circuit de Monaco",
  167. "location": "Monte Carlo",
  168. "opened": "1929",
  169. "length": "3337m",
  170. "lon": "7.429",
  171. "lat": "43.737",
  172. "zoom": "14"
  173. }
  174. },
  175. {
  176. "type": "Feature",
  177. "geometry": {
  178. "type": "Point",
  179. "coordinates": [-73.525, 45.506]
  180. },
  181. "properties": {
  182. "id": "ca-1978",
  183. "name": "Circuit Gilles-Villeneuve",
  184. "location": "Montreal",
  185. "opened": "1978",
  186. "length": "4361m",
  187. "lon": "-73.525",
  188. "lat": "45.506",
  189. "zoom": "14"
  190. }
  191. },
  192. {
  193. "type": "Feature",
  194. "geometry": {
  195. "type": "Point",
  196. "coordinates": [9.290, 45.621]
  197. },
  198. "properties": {
  199. "id": "it-1922",
  200. "name": "Autodromo Nazionale Monza",
  201. "location": "Monza",
  202. "opened": "1922",
  203. "length": "5793m",
  204. "lon": "9.290",
  205. "lat": "45.621",
  206. "zoom": "13"
  207. }
  208. },
  209. {
  210. "type": "Feature",
  211. "geometry": {
  212. "type": "Point",
  213. "coordinates": [19.250, 47.583]
  214. },
  215. "properties": {
  216. "id": "hu-1986",
  217. "name": "Hungaroring",
  218. "location": "Pest",
  219. "opened": "1986",
  220. "length": "4381m",
  221. "lon": "19.250",
  222. "lat": "47.583",
  223. "zoom": "14"
  224. }
  225. },
  226. {
  227. "type": "Feature",
  228. "geometry": {
  229. "type": "Point",
  230. "coordinates": [-46.698, -23.702]
  231. },
  232. "properties": {
  233. "id": "br-1940",
  234. "name": "Autódromo José Carlos Pace",
  235. "location": "Sao Paulo",
  236. "opened": "1940",
  237. "length": "4309m",
  238. "lon": "-46.698",
  239. "lat": "-23.702",
  240. "zoom": "14"
  241. }
  242. },
  243. {
  244. "type": "Feature",
  245. "geometry": {
  246. "type": "Point",
  247. "coordinates": [121.221, 31.340]
  248. },
  249. "properties": {
  250. "id": "cn-2004",
  251. "name": "Shanghai International Circuit",
  252. "location": "Shanghai",
  253. "opened": "2004",
  254. "length": "5451m",
  255. "lon": "121.221",
  256. "lat": "31.340",
  257. "zoom": "14"
  258. }
  259. },
  260. {
  261. "type": "Feature",
  262. "geometry": {
  263. "type": "Point",
  264. "coordinates": [-1.017, 52.072]
  265. },
  266. "properties": {
  267. "id": "gb-1948",
  268. "name": "Silverstone Circuit",
  269. "location": "Silverstone",
  270. "opened": "1948",
  271. "length": "5891m",
  272. "lon": "-1.017",
  273. "lat": "52.072",
  274. "zoom": "14"
  275. }
  276. },
  277. {
  278. "type": "Feature",
  279. "geometry": {
  280. "type": "Point",
  281. "coordinates": [103.859, 1.291 ]
  282. },
  283. "properties": {
  284. "id": "sg-2008",
  285. "name": "Marina Bay Street Circuit",
  286. "location": "Singapore",
  287. "opened": "2008",
  288. "length": "5063m",
  289. "lon": "103.859",
  290. "lat": "1.291",
  291. "zoom": "15"
  292. }
  293. },
  294. {
  295. "type": "Feature",
  296. "geometry": {
  297. "type": "Point",
  298. "coordinates": [39.960, 43.407]
  299. },
  300. "properties": {
  301. "id": "ru-2014",
  302. "name": "Sochi Autodrom",
  303. "location": "Sochi",
  304. "opened": "2014",
  305. "length": "5848m",
  306. "lon": "39.960",
  307. "lat": "43.407",
  308. "zoom": "14"
  309. }
  310. },
  311. {
  312. "type": "Feature",
  313. "geometry": {
  314. "type": "Point",
  315. "coordinates": [5.971, 50.436]
  316. },
  317. "properties": {
  318. "id": "be-1925",
  319. "name": "Circuit de Spa-Francorchamps",
  320. "location": "Spa Francorchamps",
  321. "opened": "1925",
  322. "length": "7004m",
  323. "lon": "5.971",
  324. "lat": "50.436",
  325. "zoom": "13"
  326. }
  327. },
  328. {
  329. "type": "Feature",
  330. "geometry": {
  331. "type": "Point",
  332. "coordinates": [14.761, 47.223]
  333. },
  334. "properties": {
  335. "id": "at-1969",
  336. "name": "Red Bull Ring",
  337. "location": "Spielberg",
  338. "opened": "1969",
  339. "length": "4318m",
  340. "lon": "14.761",
  341. "lat": "47.223",
  342. "zoom": "14"
  343. }
  344. },
  345. {
  346. "type": "Feature",
  347. "geometry": {
  348. "type": "Point",
  349. "coordinates": [136.534, 34.844]
  350. },
  351. "properties": {
  352. "id": "jp-1962",
  353. "name": "Suzuka International Racing Course",
  354. "location": "Suzuka",
  355. "opened": "1962",
  356. "length": "5807m",
  357. "lon": "136.534",
  358. "lat": "34.844",
  359. "zoom": "14"
  360. }
  361. }
  362. ]
  363. }