mirror of https://gitee.com/antv-l7/antv-l7
fix(scene): hasImage未返回有效值
This commit is contained in:
parent
ec4d861e66
commit
b1499e4c32
|
@ -191,7 +191,7 @@ class Scene
|
|||
}
|
||||
|
||||
public hasImage(id: string) {
|
||||
this.iconService.hasImage(id);
|
||||
return this.iconService.hasImage(id);
|
||||
}
|
||||
|
||||
public removeImage(id: string) {
|
||||
|
|
Loading…
Reference in New Issue