1
0

2 Revīzijas e870308830 ... 537a151c1c

Autors SHA1 Ziņojums Datums
  yangqishu 537a151c1c Merge branch 'dev' of http://git.dnzc.vip:3000/yangqishu/tmzn-weihe into dev 3 mēneši atpakaļ
  yangqishu 5cfa83711e feat:添加提防背河坡脚线几何数据 3 mēneši atpakaļ

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 9 - 0
public/geojson/difangbeihe.geojson


+ 2 - 0
src/views/components/layerList/index.vue

@@ -190,6 +190,8 @@ export default {
     getStyleByName(name) {
     getStyleByName(name) {
       if (name === '生态区界限') {
       if (name === '生态区界限') {
         return { type: 'polyline', styleOptions: { color: '#0c5b0f', width: 4 } }
         return { type: 'polyline', styleOptions: { color: '#0c5b0f', width: 4 } }
+      } else if (name === '提防背河坡脚线') {
+        return { type: 'polyline', styleOptions: { color: '#ee8a11', width: 4 } }
       } else if (name === '河道管理范围线') {
       } else if (name === '河道管理范围线') {
         return {
         return {
           type: 'polyline',
           type: 'polyline',