docs: 修复高德地图 style key 错误

This commit is contained in:
PudgeWL 2021-02-20 22:18:58 +08:00 committed by GitHub
parent 3aaf95e27f
commit fcec9a334f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
})