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

10 lines
164 B
JavaScript

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