global-3d.yaml 657 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # 全局处理,包括分割和聚合的图层
  2. request:
  3. url: http://localhost:8008/tunLt
  4. # 聚合图层
  5. agg:
  6. # 旋转角度
  7. route: 0
  8. # 缩放倍数
  9. scale: 1
  10. # 偏移 Δx , Δy
  11. shift:
  12. x: 0
  13. y: 0
  14. # 偏移图层,数组按layer_id正向排序
  15. div:
  16. # 旋转角度
  17. route: [ 0,0,0,0,0,0 ]
  18. # 缩放倍数
  19. scale: [ 1,1,1,1,1,1 ]
  20. # 偏移 Δx , Δy
  21. shift:
  22. x: [ 0,0,0,0,0,0 ]
  23. y: [ 0,0,0,0,0,0 ]
  24. style:
  25. tun-2d: 0
  26. tun-3d: 0
  27. gate: 3
  28. auto-gate: 0
  29. window: 1
  30. auto-window: 2
  31. fan-main: 0
  32. fan-local: 1
  33. sealed: 0
  34. wind-bridge: 0
  35. shaft: 0
  36. air-duct: 1
  37. air-flow: 2
  38. tun-text: 0
  39. drill: 0
  40. face: 0
  41. empty: 0