Skip to content

Commit

Permalink
Fix missing fetchSublayerInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Jan 20, 2022
1 parent 262d0aa commit 3fb390b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ export default GraphicsLayer.createSubclass({
});
},

fetchSublayerInfo() {
// do nothing
},

_getView() {
const mapWidgetModel = this._mapWidgetModel;
return new Promise((resolve) => {
Expand Down

0 comments on commit 3fb390b

Please sign in to comment.