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