F1 circuit layouts with year-by-year SVGs — manually traced track variations
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

20 lines
395B

  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {
  7. "Name": "Buddh International Circuit",
  8. "Location": "Uttar Pradesh, India",
  9. "opened": null,
  10. "firstgp": null,
  11. "length": null,
  12. "altitude": null
  13. },
  14. "geometry": {
  15. "type": "LineString",
  16. "coordinates": []
  17. }
  18. }
  19. ]
  20. }