mirror of https://gitee.com/antv-l7/antv-l7
10 lines
151 B
JavaScript
10 lines
151 B
JavaScript
|
import { Scene } from '@antv/l7';
|
||
|
new Scene({
|
||
|
id: 'map',
|
||
|
pitch: 0,
|
||
|
type: 'amap',
|
||
|
style: 'dark',
|
||
|
center: [ 121.40, 31.258134 ],
|
||
|
zoom: 5
|
||
|
});
|