diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 042203a..c28a22e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -14,40 +14,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + @@ -56,58 +29,12 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -368,7 +295,8 @@ - + + 1567674653918 @@ -475,17 +403,24 @@ - - - + @@ -499,7 +434,7 @@ - + @@ -621,7 +556,7 @@ - + @@ -657,18 +592,18 @@ - - + + - + - - + + diff --git a/dashboard/static/dashboard/js/index_1.js b/dashboard/static/dashboard/js/index_1.js index ef50ed1..0187f4e 100644 --- a/dashboard/static/dashboard/js/index_1.js +++ b/dashboard/static/dashboard/js/index_1.js @@ -48,9 +48,9 @@ $(function () { map.addLayer(w35Layer) var points = L.tileLayer.wms('http://210.77.68.250:8080/geoserver/linbei/wms', { - layers: 'linbei:BaseStation_m', + layers: 'linbei:BaseStation_P_C', transparent: true, - format: 'image/png' + format: 'image/png', }); map.addLayer(points) points.bringToFront() diff --git a/dashboard/static/dashboard/js/index_2.js b/dashboard/static/dashboard/js/index_2.js index 211c64b..971e441 100644 --- a/dashboard/static/dashboard/js/index_2.js +++ b/dashboard/static/dashboard/js/index_2.js @@ -47,7 +47,7 @@ $(function () { }); map.addLayer(w35Layer) var points = L.tileLayer.wms('http://210.77.68.250:8080/geoserver/linbei/wms', { - layers: 'linbei:BaseStation_m', + layers: 'linbei:BaseStation_P_C', transparent: true, format: 'image/png' });