armindoantunes / gh615

Automatically exported from code.google.com/p/gh615
0 stars 0 forks source link

Altitude not set in GUI mode on doubleclick #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

--- gui/static/global.js    (revision 207)
+++ gui/static/global.js    (arbetskopia)
@@ -72,7 +72,8 @@

     setup_marker_placement: function() {
        GEvent.addListener(this.map, "dblclick", function(overlay, point) {
-           this.place_marker(point);
+           this.place_marker(point);
+           this.get_altitude(point);
        }.bind(this));
     },

Original issue reported on code.google.com by ZingoAnd...@gmail.com on 24 Aug 2009 at 8:03

GoogleCodeExporter commented 8 years ago
absolutely, and sorry for taking so long to fix this. Your fix will be included 
in the  next revision

Original comment by t...@hennig.cc on 22 Sep 2010 at 11:34