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