diff --git a/docs/tutorial/quickstart.en.md b/docs/tutorial/quickstart.en.md index e3fdbb54ff..293e4db16a 100644 --- a/docs/tutorial/quickstart.en.md +++ b/docs/tutorial/quickstart.en.md @@ -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 }) diff --git a/docs/tutorial/quickstart.zh.md b/docs/tutorial/quickstart.zh.md index 392f7c7774..a0f746c324 100644 --- a/docs/tutorial/quickstart.zh.md +++ b/docs/tutorial/quickstart.zh.md @@ -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 })