mirror of https://gitee.com/antv-l7/antv-l7
feat(add point demo): add demo
This commit is contained in:
parent
4eb8400c44
commit
cfecc93045
|
@ -17,7 +17,7 @@ export default class LayerService implements ILayerService {
|
||||||
|
|
||||||
public add(layer: ILayer) {
|
public add(layer: ILayer) {
|
||||||
this.layers.push(layer);
|
this.layers.push(layer);
|
||||||
layer.init();
|
// layer.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
public initLayers() {
|
public initLayers() {
|
||||||
|
|
Loading…
Reference in New Issue