F1 circuit layouts with year-by-year SVGs — manually traced track variations
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

369 wiersze
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. "length": "4381m",
  225. "lon": "19.250",
  226. "lat": "47.583",
  227. "zoom": "14"
  228. }
  229. },
  230. {
  231. "type": "Feature",
  232. "geometry": {
  233. "type": "Point",
  234. "coordinates": [-46.698, -23.702]
  235. },
  236. "properties": {
  237. "id": "br-1940",
  238. "name": "Autódromo José Carlos Pace",
  239. "location": "Sao Paulo",
  240. "opened": "1940",
  241. "length": "4309m",
  242. "lon": "-46.698",
  243. "lat": "-23.702",
  244. "zoom": "15"
  245. }
  246. },
  247. {
  248. "type": "Feature",
  249. "geometry": {
  250. "type": "Point",
  251. "coordinates": [121.221, 31.340]
  252. },
  253. "properties": {
  254. "id": "cn-2004",
  255. "name": "Shanghai International Circuit",
  256. "location": "Shanghai",
  257. "opened": "2004",
  258. "length": "5451m",
  259. "lon": "121.221",
  260. "lat": "31.340",
  261. "zoom": "14"
  262. }
  263. },
  264. {
  265. "type": "Feature",
  266. "geometry": {
  267. "type": "Point",
  268. "coordinates": [-1.017, 52.072]
  269. },
  270. "properties": {
  271. "id": "gb-1948",
  272. "name": "Silverstone Circuit",
  273. "location": "Silverstone",
  274. "opened": "1948",
  275. "length": "5891m",
  276. "lon": "-1.017",
  277. "lat": "52.072",
  278. "zoom": "14"
  279. }
  280. },
  281. {
  282. "type": "Feature",
  283. "geometry": {
  284. "type": "Point",
  285. "coordinates": [103.859, 1.291 ]
  286. },
  287. "properties": {
  288. "id": "sg-2008",
  289. "name": "Marina Bay Street Circuit",
  290. "location": "Singapore",
  291. "opened": "2008",
  292. "length": "5063m",
  293. "lon": "103.859",
  294. "lat": "1.291",
  295. "zoom": "15"
  296. }
  297. },
  298. {
  299. "type": "Feature",
  300. "geometry": {
  301. "type": "Point",
  302. "coordinates": [39.960, 43.407]
  303. },
  304. "properties": {
  305. "id": "ru-2014",
  306. "name": "Sochi Autodrom",
  307. "location": "Sochi",
  308. "opened": "2014",
  309. "firstgp": "2014",
  310. "length": "5848m",
  311. "lon": "39.960",
  312. "lat": "43.407",
  313. "zoom": "14"
  314. }
  315. },
  316. {
  317. "type": "Feature",
  318. "geometry": {
  319. "type": "Point",
  320. "coordinates": [5.971, 50.436]
  321. },
  322. "properties": {
  323. "id": "be-1925",
  324. "name": "Circuit de Spa-Francorchamps",
  325. "location": "Spa Francorchamps",
  326. "opened": "1925",
  327. "length": "7004m",
  328. "lon": "5.971",
  329. "lat": "50.436",
  330. "zoom": "13"
  331. }
  332. },
  333. {
  334. "type": "Feature",
  335. "geometry": {
  336. "type": "Point",
  337. "coordinates": [14.761, 47.223]
  338. },
  339. "properties": {
  340. "id": "at-1969",
  341. "name": "Red Bull Ring",
  342. "location": "Spielberg",
  343. "opened": "1969",
  344. "firstgp": "1970",
  345. "length": "4318m",
  346. "lon": "14.761",
  347. "lat": "47.223",
  348. "zoom": "15"
  349. }
  350. },
  351. {
  352. "type": "Feature",
  353. "geometry": {
  354. "type": "Point",
  355. "coordinates": [136.534, 34.844]
  356. },
  357. "properties": {
  358. "id": "jp-1962",
  359. "name": "Suzuka International Racing Course",
  360. "location": "Suzuka",
  361. "opened": "1962",
  362. "length": "5807m",
  363. "lon": "136.534",
  364. "lat": "34.844",
  365. "zoom": "15"
  366. }
  367. }
  368. ]
  369. }