mapModeConfig.js 660 B

1234567891011121314151617181920212223242526272829303132
  1. const MAP_MODE_LIST = {
  2. "home": {
  3. perspective: {
  4. destination: {
  5. x: -1860663.5421133842,
  6. y: 5578904.470216076,
  7. z: 2462881.2023541196,
  8. },
  9. orientation: {
  10. pitch: -1.5561870135434037,
  11. heading: 6.043158623813154,
  12. roll: 0,
  13. },
  14. duration: 0.8,
  15. },
  16. },
  17. "3d": {
  18. perspective: {
  19. destination: {
  20. x: -1860215.5388602528,
  21. y: 5578445.713247763,
  22. z: 2462332.0401146067,
  23. },
  24. orientation: {
  25. pitch: -0.5150476382028244,
  26. heading: 0.7589373913564925,
  27. roll: 0.000014423504011595867,
  28. },
  29. duration: 0.8,
  30. },
  31. },
  32. };