mirror of https://gitee.com/antv-l7/antv-l7
Merge branch 'layer_async' of https://github.com/antvis/L7 into layer_async
This commit is contained in:
commit
9e9df03860
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue