12345678910111213141516171819202122232425262728293031323334353637 |
- # 全局处理,包括分割和聚合的图层
- request:
- # url: http://localhost:8008/tunLt
- url: http://192.168.183.216:8008/tunLt
- # 聚合图层
- agg:
- # 旋转角度
- route: 0
- # 缩放倍数
- scale: 0.7
- # 偏移 Δx , Δy
- shift:
- x: -418.81
- y: 578.68
- # 偏移图层,数组按layer_id正向排序
- div:
- # 旋转角度
- route: [ 0,0,0,0,0 ]
- # 缩放倍数
- scale: [ 0.7,0.7,0.7,0.7,0.7 ]
- # 偏移 Δx , Δy
- shift:
- x: [ -418.81,-418.81,-418.81,-418.81,-418.81 ]
- y: [ 578.68,578.68,578.68,578.68,578.68 ]
- style:
- tun-2d: 0
- tun-3d: 0
- gate: 1
- window: 1
- fan-main: 0
- fan-local: 0
- sealed: 0
- wind-bridge: 0
- shaft: 1
- air-duct: 1
- air-flow: 1
- tun-text: 0
|