Skip to content

Commit

Permalink
Merge pull request #531 from cmv/fix/mobile-popup-for-reverse-geocode
Browse files Browse the repository at this point in the history
Fixes mobile popup for reverse geocoding identified in issue #455
  • Loading branch information
DavidSpriggs committed Apr 3, 2016
2 parents 36961dd + 71874e4 commit b6cceeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viewer/js/gis/dijit/Geocoder.js
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 b6cceeb

Please sign in to comment.