mirror of https://gitee.com/antv-l7/antv-l7
docs: 修复高德地图 style key 错误
This commit is contained in:
parent
3aaf95e27f
commit
fcec9a334f
|
@ -55,7 +55,7 @@ const scene = new Scene({
|
|||
id: 'map',
|
||||
map: new GaodeMap({
|
||||
pitch: 35.210526315789465,
|
||||
style: 'dark',
|
||||
mapStyle: 'dark',
|
||||
center: [ 104.288144, 31.239692 ],
|
||||
zoom: 4.4
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue