F1 circuit layouts with year-by-year SVGs — manually traced track variations
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

448 рядки
13KB

  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. "firstgp": "2009",
  17. "length": "5554m",
  18. "lon": "54.601",
  19. "lat": "24.471"
  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. "firstgp": "2012",
  34. "length": "5513m",
  35. "lon": "-97.633",
  36. "lat": "30.135"
  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. "firstgp": "2004",
  51. "length": "5412m",
  52. "lon": "50.512",
  53. "lat": "26.031"
  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. "firstgp": "2016",
  68. "length": "6003m",
  69. "lon": "49.842",
  70. "lat": "40.369"
  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. "firstgp": "1991",
  85. "length": "4655m",
  86. "lon": "2.259",
  87. "lat": "41.569"
  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. "firstgp": "1970",
  102. "length": "4574m",
  103. "lon": "8.572",
  104. "lat": "49.330"
  105. }
  106. },
  107. {
  108. "type": "Feature",
  109. "geometry": {
  110. "type": "Point",
  111. "coordinates": [11.713, 44.341]
  112. },
  113. "properties": {
  114. "id": "it-1953",
  115. "name": "Autodromo Enzo e Dino Ferrari",
  116. "location": "Imola",
  117. "opened": "1953",
  118. "firstgp": "1980",
  119. "length": "4909m",
  120. "lon": "11.713",
  121. "lat": "44.341"
  122. }
  123. },
  124. {
  125. "type": "Feature",
  126. "geometry": {
  127. "type": "Point",
  128. "coordinates": [5.791, 43.253]
  129. },
  130. "properties": {
  131. "id": "fr-1969",
  132. "name": "Circuit Paul Ricard",
  133. "location": "Le Castelle",
  134. "opened": "1969",
  135. "firstgp": "1971",
  136. "length": "5842m",
  137. "lon": "5.791",
  138. "lat": "43.253"
  139. }
  140. },
  141. {
  142. "type": "Feature",
  143. "geometry": {
  144. "type": "Point",
  145. "coordinates": [144.970, -37.846]
  146. },
  147. "properties": {
  148. "id": "au-1953",
  149. "name": "Albert Park Circuit",
  150. "location": "Melbourne",
  151. "opened": "1953",
  152. "firstgp": "1996",
  153. "length": "5027m",
  154. "lon": "144.970",
  155. "lat": "-37.846"
  156. }
  157. },
  158. {
  159. "type": "Feature",
  160. "geometry": {
  161. "type": "Point",
  162. "coordinates": [-99.091, 19.402]
  163. },
  164. "properties": {
  165. "id": "mx-1962",
  166. "name": "Autódromo Hermanos Rodríguez",
  167. "location": "Mexico City",
  168. "opened": "1962",
  169. "firstgp": "1963",
  170. "length": "4304m",
  171. "lon": "-99.091",
  172. "lat": "19.402"
  173. }
  174. },
  175. {
  176. "type": "Feature",
  177. "geometry": {
  178. "type": "Point",
  179. "coordinates": [7.429, 43.737]
  180. },
  181. "properties": {
  182. "id": "mc-1929",
  183. "name": "Circuit de Monaco",
  184. "location": "Monte Carlo",
  185. "opened": "1929",
  186. "firstgp": "1929",
  187. "length": "3337m",
  188. "lon": "7.429",
  189. "lat": "43.737"
  190. }
  191. },
  192. {
  193. "type": "Feature",
  194. "geometry": {
  195. "type": "Point",
  196. "coordinates": [-73.525, 45.506]
  197. },
  198. "properties": {
  199. "id": "ca-1978",
  200. "name": "Circuit Gilles-Villeneuve",
  201. "location": "Montreal",
  202. "opened": "1978",
  203. "firstgp": "1978",
  204. "length": "4361m",
  205. "lon": "-73.525",
  206. "lat": "45.506"
  207. }
  208. },
  209. {
  210. "type": "Feature",
  211. "geometry": {
  212. "type": "Point",
  213. "coordinates": [9.290, 45.621]
  214. },
  215. "properties": {
  216. "id": "it-1922",
  217. "name": "Autodromo Nazionale Monza",
  218. "location": "Monza",
  219. "opened": "1922",
  220. "firstgp": "1950",
  221. "length": "5793m",
  222. "lon": "9.290",
  223. "lat": "45.621"
  224. }
  225. },
  226. {
  227. "type": "Feature",
  228. "geometry": {
  229. "type": "Point",
  230. "coordinates": [6.943, 50.334]
  231. },
  232. "properties": {
  233. "id": "de-1927",
  234. "name": "Nürburgring",
  235. "location": "Nürburg",
  236. "opened": "1927",
  237. "firstgp": "1984",
  238. "length": "5148m",
  239. "lon": "6.943",
  240. "lat": "50.334"
  241. }
  242. },
  243. {
  244. "type": "Feature",
  245. "geometry": {
  246. "type": "Point",
  247. "coordinates": [19.250, 47.583]
  248. },
  249. "properties": {
  250. "id": "hu-1986",
  251. "name": "Hungaroring",
  252. "location": "Pest",
  253. "opened": "1986",
  254. "firstgp": "1986",
  255. "length": "4381m",
  256. "lon": "19.250",
  257. "lat": "47.583"
  258. }
  259. },
  260. {
  261. "type": "Feature",
  262. "geometry": {
  263. "type": "Point",
  264. "coordinates": [-8.628, 37.232]
  265. },
  266. "properties": {
  267. "id": "pt-2008",
  268. "name": "Autódromo Internacional do Algarve",
  269. "location": "Portimão",
  270. "opened": "2008",
  271. "firstgp": "2020",
  272. "length": "4653m",
  273. "lon": "-8.628",
  274. "lat": "37.232"
  275. }
  276. },
  277. {
  278. "type": "Feature",
  279. "geometry": {
  280. "type": "Point",
  281. "coordinates": [-46.698, -23.702]
  282. },
  283. "properties": {
  284. "id": "br-1940",
  285. "name": "Autódromo José Carlos Pace",
  286. "location": "Sao Paulo",
  287. "opened": "1940",
  288. "firstgp": "1972",
  289. "length": "4309m",
  290. "lon": "-46.698",
  291. "lat": "-23.702"
  292. }
  293. },
  294. {
  295. "type": "Feature",
  296. "geometry": {
  297. "type": "Point",
  298. "coordinates": [11.372, 43.998]
  299. },
  300. "properties": {
  301. "id": "it-1914",
  302. "name": "Autodromo Internazionale del Mugello",
  303. "location": "Scarperia e San Piero",
  304. "opened": "1914",
  305. "firstgp": "2020",
  306. "length": "5245m",
  307. "lon": "11.372",
  308. "lat": "43.998"
  309. }
  310. },
  311. {
  312. "type": "Feature",
  313. "geometry": {
  314. "type": "Point",
  315. "coordinates": [121.221, 31.340]
  316. },
  317. "properties": {
  318. "id": "cn-2004",
  319. "name": "Shanghai International Circuit",
  320. "location": "Shanghai",
  321. "opened": "2004",
  322. "firstgp": "2004",
  323. "length": "5451m",
  324. "lon": "121.221",
  325. "lat": "31.340"
  326. }
  327. },
  328. {
  329. "type": "Feature",
  330. "geometry": {
  331. "type": "Point",
  332. "coordinates": [-1.017, 52.072]
  333. },
  334. "properties": {
  335. "id": "gb-1948",
  336. "name": "Silverstone Circuit",
  337. "location": "Silverstone",
  338. "opened": "1948",
  339. "firstgp": "1950",
  340. "length": "5891m",
  341. "lon": "-1.017",
  342. "lat": "52.072"
  343. }
  344. },
  345. {
  346. "type": "Feature",
  347. "geometry": {
  348. "type": "Point",
  349. "coordinates": [103.859, 1.291 ]
  350. },
  351. "properties": {
  352. "id": "sg-2008",
  353. "name": "Marina Bay Street Circuit",
  354. "location": "Singapore",
  355. "opened": "2008",
  356. "firstgp": "2008",
  357. "length": "5063m",
  358. "lon": "103.859",
  359. "lat": "1.291"
  360. }
  361. },
  362. {
  363. "type": "Feature",
  364. "geometry": {
  365. "type": "Point",
  366. "coordinates": [39.960, 43.407]
  367. },
  368. "properties": {
  369. "id": "ru-2014",
  370. "name": "Sochi Autodrom",
  371. "location": "Sochi",
  372. "opened": "2014",
  373. "firstgp": "2014",
  374. "length": "5848m",
  375. "lon": "39.960",
  376. "lat": "43.407"
  377. }
  378. },
  379. {
  380. "type": "Feature",
  381. "geometry": {
  382. "type": "Point",
  383. "coordinates": [5.971, 50.436]
  384. },
  385. "properties": {
  386. "id": "be-1925",
  387. "name": "Circuit de Spa-Francorchamps",
  388. "location": "Spa Francorchamps",
  389. "opened": "1925",
  390. "firstgp": "1950",
  391. "length": "7004m",
  392. "lon": "5.971",
  393. "lat": "50.436"
  394. }
  395. },
  396. {
  397. "type": "Feature",
  398. "geometry": {
  399. "type": "Point",
  400. "coordinates": [14.761, 47.223]
  401. },
  402. "properties": {
  403. "id": "at-1969",
  404. "name": "Red Bull Ring",
  405. "location": "Spielberg",
  406. "opened": "1969",
  407. "firstgp": "1970",
  408. "length": "4318m",
  409. "lon": "14.761",
  410. "lat": "47.223"
  411. }
  412. },
  413. {
  414. "type": "Feature",
  415. "geometry": {
  416. "type": "Point",
  417. "coordinates": [136.534, 34.844]
  418. },
  419. "properties": {
  420. "id": "jp-1962",
  421. "name": "Suzuka International Racing Course",
  422. "location": "Suzuka",
  423. "opened": "1962",
  424. "firstgp": "1987",
  425. "length": "5807m",
  426. "lon": "136.534",
  427. "lat": "34.844"
  428. }
  429. },
  430. {
  431. "type": "Feature",
  432. "geometry": {
  433. "type": "Point",
  434. "coordinates": [29.412, 40.958]
  435. },
  436. "properties": {
  437. "id": "tr-2005",
  438. "name": "Intercity Istanbul Park",
  439. "location": "Tuzla",
  440. "opened": "2005",
  441. "firstgp": "2005",
  442. "length": "5338m",
  443. "lon": "29.412",
  444. "lat": "40.958"
  445. }
  446. }
  447. ]
  448. }