Compare commits
2 Commits
e7a3604a76
...
6814ae139f
| Author | SHA1 | Date |
|---|---|---|
|
|
6814ae139f | |
|
|
8b32edfaf1 |
|
|
@ -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)
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue