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

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