Compare commits

...

2 Commits

1 changed files with 4 additions and 8 deletions

View File

@ -260,9 +260,9 @@ function handlerLoadHeatLayer(heatdata){
],
'heatmap-radius': [
'interpolate',['linear'],['zoom'],
3,
6,
9,
4,
7,
11,
20
],
'heatmap-opacity': [
@ -270,7 +270,7 @@ function handlerLoadHeatLayer(heatdata){
['linear'],
['zoom'],
7,
1,
0,
8,
1
]
@ -388,10 +388,6 @@ onMounted(()=>{
// console.log("FFF",e);
// console.log("EEEE",e.lngLat);
})
setTimeout(()=>{
// handlerChangeCounty({name:"",code:"371302"})
},12000)
})
})