Skip to content

Commit

Permalink
Merge pull request apache#16413 from apache/fix-gl-break
Browse files Browse the repository at this point in the history
fix(geo): fix getMap
  • Loading branch information
100pah authored Jan 23, 2022
2 parents 145848d + 8a47394 commit 29c46cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/component/geo/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ export function install(registers: EChartsExtensionInstallRegisters) {
registers.registerComponentView(GeoView);

registers.registerImpl('registerMap', registerMap);
registers.registerImpl('getMap', (mapName: string) => {
geoSourceManager.getMapForUser(mapName);
});
registers.registerImpl('getMap', (mapName: string) => geoSourceManager.getMapForUser(mapName));


function makeAction(
Expand Down

0 comments on commit 29c46cd

Please sign in to comment.