Compare commits

...

2 Commits

1 changed files with 4 additions and 8 deletions

View File

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