antv-l7/examples/tutorial/map/demo/amap.js

10 lines
151 B
JavaScript
Raw Normal View History

import { Scene } from '@antv/l7';
new Scene({
id: 'map',
pitch: 0,
type: 'amap',
style: 'dark',
center: [ 121.40, 31.258134 ],
zoom: 5
});