lchao 10 miesięcy temu
rodzic
commit
1ff8398532

+ 7 - 7
zhsq_qk-ui/src/assets/geoJson/seven.json

@@ -6,7 +6,7 @@
 			"UserID": 0,
 			"UserID": 0,
 			"name": "前程街道",
 			"name": "前程街道",
 		  	"centroid":[125.12206425844046 , 43.79176559475498],
 		  	"centroid":[125.12206425844046 , 43.79176559475498],
-      "customColor":"#3D452B",
+      "customColor":"#041D3F",
 			"社区": "pzyc"
 			"社区": "pzyc"
 		},
 		},
 		"geometry": {
 		"geometry": {
@@ -309,7 +309,7 @@
 		"properties": {
 		"properties": {
 			"UserID": 0,
 			"UserID": 0,
 			"name": "富民街道",
 			"name": "富民街道",
-			"customColor":"#3D452B",
+			"customColor":"#041D3F",
 		  	"centroid":[125.14606425844046 , 43.84176559475492],
 		  	"centroid":[125.14606425844046 , 43.84176559475492],
 			"社区": "xnc"
 			"社区": "xnc"
 		},
 		},
@@ -496,7 +496,7 @@
 		"properties": {
 		"properties": {
 			"UserID": 0,
 			"UserID": 0,
 			"name": "锦城街道",
 			"name": "锦城街道",
-      "customColor":"#3D452B",
+      "customColor":"#041D3F",
 		  	"centroid":[125.21783175638734,43.83816559475492],
 		  	"centroid":[125.21783175638734,43.83816559475492],
 			"社区": "sqjsq"
 			"社区": "sqjsq"
 		},
 		},
@@ -545,7 +545,7 @@
 		"properties": {
 		"properties": {
 			"UserID": 0,
 			"UserID": 0,
 			"name": "东风街道",
 			"name": "东风街道",
-      "customColor":"#3D452B",
+      "customColor":"#041D3F",
 		  	"centroid":[125.2423175638734,43.86576559475492],
 		  	"centroid":[125.2423175638734,43.86576559475492],
 			"社区": "ylsq"
 			"社区": "ylsq"
 		},
 		},
@@ -615,7 +615,7 @@
 		"properties": {
 		"properties": {
 			"UserID": 0,
 			"UserID": 0,
 			"name": "锦绣街道",
 			"name": "锦绣街道",
-      "customColor":"#3D452B",
+      "customColor":"#041D3F",
             "centroid":[125.20783175638734,43.84676559475492],
             "centroid":[125.20783175638734,43.84676559475492],
 			"社区": "xxsq"
 			"社区": "xxsq"
 		},
 		},
@@ -664,7 +664,7 @@
 		"properties": {
 		"properties": {
 			"UserID": 0,
 			"UserID": 0,
 			"name": "zwdt",
 			"name": "zwdt",
-      "customColor":"#3D452B",
+      "customColor":"#041D3F",
 			"社区": "yqcq"
 			"社区": "yqcq"
 
 
 		},
 		},
@@ -687,7 +687,7 @@
 		"properties": {
 		"properties": {
 			"UserID": 0,
 			"UserID": 0,
 			"name": "广兴街道",
 			"name": "广兴街道",
-      "customColor":"#3D452B",
+      "customColor":"#041D3F",
             "centroid":[125.2523175638734,43.85376559475492],
             "centroid":[125.2523175638734,43.85376559475492],
 			"社区": "yqcq"
 			"社区": "yqcq"
 		},
 		},

+ 3 - 3
zhsq_qk-ui/src/map3d/index.vue

@@ -120,7 +120,7 @@ export default {
       const geometry = new THREE.BufferGeometry().setFromPoints(points);
       const geometry = new THREE.BufferGeometry().setFromPoints(points);
 
 
       // 创建材质
       // 创建材质
-      const material = new THREE.LineBasicMaterial({ color: '#F4B00D' });
+      const material = new THREE.LineBasicMaterial({ color: '#1574F0' });
 
 
       // 创建线
       // 创建线
       const line = new THREE.Line(geometry, material);
       const line = new THREE.Line(geometry, material);
@@ -137,7 +137,7 @@ export default {
       const geometry2 = new THREE.BufferGeometry().setFromPoints(points2);
       const geometry2 = new THREE.BufferGeometry().setFromPoints(points2);
 
 
       // 创建材质
       // 创建材质
-      const material2 = new THREE.LineBasicMaterial({ color: '#F4B00D' });
+      const material2 = new THREE.LineBasicMaterial({ color: '#1574F0' });
 
 
       // 创建线
       // 创建线
       const line2 = new THREE.Line(geometry2, material2);
       const line2 = new THREE.Line(geometry2, material2);
@@ -342,7 +342,7 @@ export default {
 
 
          const properties = lastPick.object.parent.customProperties;
          const properties = lastPick.object.parent.customProperties;
          if (lastPick.object.material[0]) {
          if (lastPick.object.material[0]) {
-           lastPick.object.material[0].color.set("#B8A64F");
+           lastPick.object.material[0].color.set("#1F78F0");
            lastPick.object.material[0].opacity = 1; // 设置完全不透明
            lastPick.object.material[0].opacity = 1; // 设置完全不透明
          }
          }
          // if (tooltipEl && tooltipEl.style) {
          // if (tooltipEl && tooltipEl.style) {

+ 6 - 6
zhsq_qk-ui/src/map3d/mapConfig.js

@@ -7,15 +7,15 @@ export const mapConfig = {
   mapTransparent: true,
   mapTransparent: true,
   mapOpacity: 0.9,
   mapOpacity: 0.9,
   // 地图颜色
   // 地图颜色
-  mapColor: "#1ED760", // 地图原本颜色
-  mapHoverColor: "#0B284E", // 地图hover颜色
+  mapColor: "#041D3F", // 地图原本颜色
+  mapHoverColor: "#041D3F", // 地图hover颜色
   // 地图人数渐变
   // 地图人数渐变
-  mapColorGradient: ["#3D452B"],
+  mapColorGradient: ["#041D3F"],
   // 地图侧面渐变
   // 地图侧面渐变
-  mapSideColor1: "#919154",
-  mapSideColor2: "#919154",
+  mapSideColor1: "#0191C7",
+  mapSideColor2: "#01A3DF",
   // 上面的line
   // 上面的line
-  topLineColor: '#6B784A',
+  topLineColor: '#1640A0',
   topLineWidth: 3,
   topLineWidth: 3,
   topLineZIndex: Depth + 0.5,
   topLineZIndex: Depth + 0.5,
   // label 2d高度
   // label 2d高度