new L7LayerBase(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/maplibregl/iclient-maplibregl.js"></script>
<script>
new maplibregl.supermap.L7LayerBase(options);
</script>
// ES6 Import
import { L7LayerBase } from '@supermapgis/iclient-maplibregl';
new L7LayerBase(options);
common/overlay/l7/L7LayerBase.js, line 4
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
图层配置项,包括以下参数:
|
- Version:
- 11.2.1
Methods
-
getL7Layer(){Object}
common/overlay/l7/L7LayerBase.js, line 54 -
获取@antv/L7的layer实例。
Returns:
Type Description Object @antv/L7的layer实例。 -
reRender()
common/overlay/l7/L7LayerBase.js, line 63 -
当修改@antv/L7的layer的配置时,重新渲染。