Skip to content

Commit

Permalink
Merge pull request #4972 from camptocamp/GSGMF-1018
Browse files Browse the repository at this point in the history
Clear the query results on window close
  • Loading branch information
fredj committed Jun 26, 2019
2 parents aa5d806 + 4d40dba commit 9782f4f
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 9782f4f

Please sign in to comment.