F1 circuit layouts with year-by-year SVGs — manually traced track variations
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

35 行
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. }