拖旺项目:聊城公交辅助决策系统
master
2022-05-05 ff40ec1b3d0e1a75661e860b4d3e7b06498a9b43
Merge branch 'master' of http://www.shsening.com:10000/r/template/tw_lc
1个文件已修改
6 ■■■■ 已修改文件
src/views/map/map.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/map/map.vue
@@ -206,7 +206,7 @@
        symbol: {
          styleOptions: {
            fill: true,
            color: "rgb(2,26,79)",
            color: "#111111",
            opacity: 0.9,
            outline: false,
            outlineColor: "#39E09B",
@@ -223,13 +223,13 @@
      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
          })
        }
      })