Skip to content

Commit

Permalink
Fixes #455
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Apr 3, 2016
1 parent 36961dd commit 71874e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viewer/js/gis/dijit/Geocoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ define([
this.map.infoWindow.clearFeatures();
this.map.infoWindow.setTitle(graphic.getTitle());
this.map.infoWindow.setContent(graphic.getContent());
this.map.infoWindow.setFeatures([graphic]);

var screenPnt = this.map.toScreen(res.location);
this.map.infoWindow.show(screenPnt, this.map.getInfoWindowAnchor(screenPnt));
Expand Down

0 comments on commit 71874e4

Please sign in to comment.