F1 circuit layouts with year-by-year SVGs — manually traced track variations
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
542B

  1. {
  2. "type": "FeatureCollection",
  3. "name": "ca-1964",
  4. "bbox": [
  5. 0,
  6. 0,
  7. 0,
  8. 0
  9. ],
  10. "features": [
  11. {
  12. "type": "Feature",
  13. "properties": {
  14. "id": "ca-1964",
  15. "Location": "Mont-Tremblant",
  16. "Name": "Circuit Mont-Tremblant",
  17. "opened": 1964,
  18. "firstgp": 1968,
  19. "length": 4265,
  20. "altitude": 230
  21. },
  22. "bbox": [
  23. 0,
  24. 0,
  25. 0,
  26. 0
  27. ],
  28. "geometry": {
  29. "type": "LineString",
  30. "coordinates": []
  31. }
  32. }
  33. ]
  34. }