Merge branch 'layer_async' of https://github.com/antvis/L7 into layer_async

This commit is contained in:
thinkinggis 2020-01-29 03:00:36 +08:00
commit 9e9df03860
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { IControlOption } from '@antv/l7-core';
import { DOM } from '@antv/l7-utils';
import Control, { PositionType } from './BaseControl';
export default class Logo extends Control {
public getDefault() {
public getDefault(): IControlOption {
return {
position: PositionType.BOTTOMLEFT,
name: 'logo',