global-2d.yaml 511 B

123456789101112131415161718192021222324
  1. # 请求地址
  2. request:
  3. url: http://localhost:8008/python/tunCAD
  4. # 聚合图层
  5. agg:
  6. # 旋转角度
  7. route: 5.76
  8. # 缩放倍数
  9. scale: 1
  10. # 偏移 Δx , Δy
  11. shift:
  12. x: 55445.40
  13. y: 5302.3267
  14. # 偏移图层,数组按layer_id正向排序
  15. div:
  16. # 旋转角度
  17. route: [ 5.76,5.76,5.76,5.76,5.76 ]
  18. # 缩放倍数
  19. scale: [ 1,1,1,1,1 ]
  20. # 偏移 Δx , Δy
  21. shift:
  22. x: [ 36139.2558,4484.6221,36139.2558,15861.790,36139.2558 ]
  23. y: [ 5302.3267,5327.0205,5302.3267,5152.8940,5302.3267 ]