feat(add point demo): add demo

This commit is contained in:
thinkinggis 2019-11-14 11:50:12 +08:00
parent bb2a504eee
commit 9794e7c9cd
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export default class LayerService implements ILayerService {
public add(layer: ILayer) {
this.layers.push(layer);
layer.init();
// layer.init();
}
public initLayers() {