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