mirror of https://gitee.com/antv-l7/antv-l7
fix: mapconfig
This commit is contained in:
parent
924fd1337c
commit
469df4e7a2
|
@ -121,6 +121,8 @@ export interface IMapConfig<RawMap = {}> {
|
||||||
maxZoom?: number;
|
maxZoom?: number;
|
||||||
|
|
||||||
attributionControl?: boolean;
|
attributionControl?: boolean;
|
||||||
|
|
||||||
|
[key: string]: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue