123456789101112131415161718192021222324 |
- # 请求地址
- request:
- url: http://localhost:8008/python/tunCAD
- # 聚合图层
- agg:
- # 旋转角度
- route: 5.76
- # 缩放倍数
- scale: 1
- # 偏移 Δx , Δy
- shift:
- x: 55445.40
- y: 5302.3267
- # 偏移图层,数组按layer_id正向排序
- div:
- # 旋转角度
- route: [ 5.76,5.76,5.76,5.76,5.76 ]
- # 缩放倍数
- scale: [ 1,1,1,1,1 ]
- # 偏移 Δx , Δy
- shift:
- x: [ 36139.2558,4484.6221,36139.2558,15861.790,36139.2558 ]
- y: [ 5302.3267,5327.0205,5302.3267,5152.8940,5302.3267 ]
|