mirror of https://gitee.com/antv-l7/antv-l7
11 lines
185 B
JavaScript
11 lines
185 B
JavaScript
|
import { Scene } from '@l7/scene';
|
||
|
const scene = new Scene({
|
||
|
id: 'map',
|
||
|
pitch: 0,
|
||
|
type: 'mapbox',
|
||
|
style: 'light',
|
||
|
center: [ -97.119140625, 38.75408327579141],
|
||
|
zoom: 2,
|
||
|
});
|
||
|
|