Skip to content

Commit

Permalink
Clear the query results on window close
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Jun 25, 2019
1 parent aa5d806 commit 4d40dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contribs/gmf/src/query/windowComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ QueryWindowController.prototype.highlightCurrentFeature_ = function(opt_lastFeat
QueryWindowController.prototype.close = function() {
this.open = false;
this.clear();
this.ngeoMapQuerent_.clear();
};


Expand Down

0 comments on commit 4d40dba

Please sign in to comment.