mirror of https://gitee.com/antv-l7/antv-l7
Merge pull request #641 from nbhaohao/patch-1
docs: GaodeMap options style -> mapStyle
This commit is contained in:
commit
ab486d6477
|
@ -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
|
||||
})
|
||||
|
|
|
@ -61,7 +61,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