Merge branch 'master' of http://www.shsening.com:10000/r/template/tw_lc
| | |
| | | symbol: { |
| | | styleOptions: { |
| | | fill: true, |
| | | color: "rgb(2,26,79)", |
| | | color: "#111111", |
| | | opacity: 0.9, |
| | | outline: false, |
| | | outlineColor: "#39E09B", |
| | |
| | | const graphic = new this.mars3d.graphic.WallEntity({ |
| | | positions: this.liaocheng_boundary, |
| | | style: { |
| | | diffHeight: 1000, |
| | | diffHeight: 1500, |
| | | material: this.mars3d.MaterialUtil.createMaterialProperty(this.mars3d.MaterialType.LineFlow, { |
| | | image: "img/textures/fence.png", |
| | | color: "#bdf700", |
| | | repeat: new Cesium.Cartesian2(5, 1), |
| | | axisY: true, // 方向,true时上下,false左右 |
| | | speed: 10 |
| | | speed: 15 |
| | | }) |
| | | } |
| | | }) |