diff --git a/public/static/libs/mapbox/style/floodOneMap.json b/public/static/libs/mapbox/style/floodOneMap.json index 30d544d..2158f9d 100644 --- a/public/static/libs/mapbox/style/floodOneMap.json +++ b/public/static/libs/mapbox/style/floodOneMap.json @@ -596,7 +596,7 @@ "minzoom": 0, "maxzoom": 24, "mType": "mvt", - "columns": "起始点号,连接点号,st_asText(geometrys) as geometry" + "columns": "起始点号,连接点号,类型,st_asText(geometrys) as geometry" }, { "id": "city_boundary", diff --git a/public/static/libs/mapbox/style/floodOneMap.json b/public/static/libs/mapbox/style/floodOneMap.json index 30d544d..2158f9d 100644 --- a/public/static/libs/mapbox/style/floodOneMap.json +++ b/public/static/libs/mapbox/style/floodOneMap.json @@ -596,7 +596,7 @@ "minzoom": 0, "maxzoom": 24, "mType": "mvt", - "columns": "起始点号,连接点号,st_asText(geometrys) as geometry" + "columns": "起始点号,连接点号,类型,st_asText(geometrys) as geometry" }, { "id": "city_boundary", diff --git a/src/views/gisMapPage/commonLegend.js b/src/views/gisMapPage/commonLegend.js index 073c6e3..3adda70 100644 --- a/src/views/gisMapPage/commonLegend.js +++ b/src/views/gisMapPage/commonLegend.js @@ -167,13 +167,13 @@ layername: 'imageTiler', type: 'background', }, - { - isCheck: false, - name: '三维建筑', - url: 'rainAreas.png', - layername: 'kaifengBuilding', - type: 'background', - }, + // { + // isCheck: false, + // name: '三维建筑', + // url: 'rainAreas.png', + // layername: 'kaifengBuilding', + // type: 'background', + // }, ], }, { diff --git a/public/static/libs/mapbox/style/floodOneMap.json b/public/static/libs/mapbox/style/floodOneMap.json index 30d544d..2158f9d 100644 --- a/public/static/libs/mapbox/style/floodOneMap.json +++ b/public/static/libs/mapbox/style/floodOneMap.json @@ -596,7 +596,7 @@ "minzoom": 0, "maxzoom": 24, "mType": "mvt", - "columns": "起始点号,连接点号,st_asText(geometrys) as geometry" + "columns": "起始点号,连接点号,类型,st_asText(geometrys) as geometry" }, { "id": "city_boundary", diff --git a/src/views/gisMapPage/commonLegend.js b/src/views/gisMapPage/commonLegend.js index 073c6e3..3adda70 100644 --- a/src/views/gisMapPage/commonLegend.js +++ b/src/views/gisMapPage/commonLegend.js @@ -167,13 +167,13 @@ layername: 'imageTiler', type: 'background', }, - { - isCheck: false, - name: '三维建筑', - url: 'rainAreas.png', - layername: 'kaifengBuilding', - type: 'background', - }, + // { + // isCheck: false, + // name: '三维建筑', + // url: 'rainAreas.png', + // layername: 'kaifengBuilding', + // type: 'background', + // }, ], }, { diff --git a/src/views/system/MenuNotifi/Notification.vue b/src/views/system/MenuNotifi/Notification.vue index 787686a..ded4201 100644 --- a/src/views/system/MenuNotifi/Notification.vue +++ b/src/views/system/MenuNotifi/Notification.vue @@ -2,8 +2,11 @@