@@ -129,7 +129,7 @@ class StaticMapLayers {
addStaticImgLayer(map, item){
if(!item["opacity"]){
- item["opacity"] = 0.5
+ item["opacity"] = 1
}
let imgLayer = new StaticImgLayer(item.url, item, 5, map);
imgLayer.hide()
@@ -459,10 +459,10 @@ const handleLegendChange = (data) => {
.show-point{
position: absolute;
- top: calc(50% - 250px);
- left: calc(50% - 250px);
- width: 500px;
- height: 500px;
+ top: calc(50% - 50px);
+ left: calc(50% - 50px);
+ width: 100px;
+ height: 100px;
// background: red;
z-index: 2;