diff --git a/src/assets/geojson/kaifeng/kaifengHaiMianSheShi.json b/src/assets/geojson/kaifeng/kaifengHaiMianSheShi.json index ed179d5..6461ee3 100644 --- a/src/assets/geojson/kaifeng/kaifengHaiMianSheShi.json +++ b/src/assets/geojson/kaifeng/kaifengHaiMianSheShi.json @@ -1 +1,11 @@ -{"type":"FeatureCollection","features":[{"type":"Feature","id":0,"geometry":{"type":"Point","coordinates":[114.37412138591338,34.793734246431313]},"properties":{"FID":0,"Id":0,"name":"汴京路海绵设施"}}]} \ No newline at end of file +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "id": 0, + "geometry": { "type": "Point", "coordinates": [114.380965, 34.793734246431313] }, + "properties": { "FID": 0, "Id": 0, "name": "汴京路海绵设施" } + } + ] +} diff --git a/src/assets/geojson/kaifeng/kaifengHaiMianSheShi.json b/src/assets/geojson/kaifeng/kaifengHaiMianSheShi.json index ed179d5..6461ee3 100644 --- a/src/assets/geojson/kaifeng/kaifengHaiMianSheShi.json +++ b/src/assets/geojson/kaifeng/kaifengHaiMianSheShi.json @@ -1 +1,11 @@ -{"type":"FeatureCollection","features":[{"type":"Feature","id":0,"geometry":{"type":"Point","coordinates":[114.37412138591338,34.793734246431313]},"properties":{"FID":0,"Id":0,"name":"汴京路海绵设施"}}]} \ No newline at end of file +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "id": 0, + "geometry": { "type": "Point", "coordinates": [114.380965, 34.793734246431313] }, + "properties": { "FID": 0, "Id": 0, "name": "汴京路海绵设施" } + } + ] +} diff --git a/src/utils/fixDict.js b/src/utils/fixDict.js index f5cc511..d958b4d 100644 --- a/src/utils/fixDict.js +++ b/src/utils/fixDict.js @@ -28,12 +28,12 @@ ], //监测对象类型 monitorTargetTypes: [ - { label: '河道', value: 'river' }, + { label: '河道断面', value: 'river' }, { label: '内涝点', value: 'waterlogging' }, - { label: '管网', value: 'pipeline' }, - { label: '雨量', value: 'rainfall' }, - { label: '典型地块', value: 'typical_land' }, - { label: '排口', value: 'drain_outlet' }, + { label: '管网监测点', value: 'pipeline' }, + { label: '雨量站', value: 'rainfall' }, + { label: '源头地块', value: 'typical_land' }, + { label: '海绵设施', value: 'drain_outlet' }, ], //建设方式 buildTypes: [ diff --git a/src/assets/geojson/kaifeng/kaifengHaiMianSheShi.json b/src/assets/geojson/kaifeng/kaifengHaiMianSheShi.json index ed179d5..6461ee3 100644 --- a/src/assets/geojson/kaifeng/kaifengHaiMianSheShi.json +++ b/src/assets/geojson/kaifeng/kaifengHaiMianSheShi.json @@ -1 +1,11 @@ -{"type":"FeatureCollection","features":[{"type":"Feature","id":0,"geometry":{"type":"Point","coordinates":[114.37412138591338,34.793734246431313]},"properties":{"FID":0,"Id":0,"name":"汴京路海绵设施"}}]} \ No newline at end of file +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "id": 0, + "geometry": { "type": "Point", "coordinates": [114.380965, 34.793734246431313] }, + "properties": { "FID": 0, "Id": 0, "name": "汴京路海绵设施" } + } + ] +} diff --git a/src/utils/fixDict.js b/src/utils/fixDict.js index f5cc511..d958b4d 100644 --- a/src/utils/fixDict.js +++ b/src/utils/fixDict.js @@ -28,12 +28,12 @@ ], //监测对象类型 monitorTargetTypes: [ - { label: '河道', value: 'river' }, + { label: '河道断面', value: 'river' }, { label: '内涝点', value: 'waterlogging' }, - { label: '管网', value: 'pipeline' }, - { label: '雨量', value: 'rainfall' }, - { label: '典型地块', value: 'typical_land' }, - { label: '排口', value: 'drain_outlet' }, + { label: '管网监测点', value: 'pipeline' }, + { label: '雨量站', value: 'rainfall' }, + { label: '源头地块', value: 'typical_land' }, + { label: '海绵设施', value: 'drain_outlet' }, ], //建设方式 buildTypes: [ diff --git a/src/views/gisMapPage/gisMapBox1.vue b/src/views/gisMapPage/gisMapBox1.vue index 20eb021..2e2c19e 100644 --- a/src/views/gisMapPage/gisMapBox1.vue +++ b/src/views/gisMapPage/gisMapBox1.vue @@ -519,8 +519,5 @@ .l7-control-mouse-location { background: none; } - .l7-control-mouse-location { - color: #ffffff; - } }