adds gmaps fix

This commit is contained in:
Francisco Dans 2015-06-15 11:46:38 +02:00
parent 9ca31c2963
commit f621ae268b

View File

@ -118,6 +118,7 @@ GMapsTorqueLayer.prototype = torque.extend({},
if(!this.hidden) return this;
this.hidden = false;
this.play();
this.options.steps === 1 && this.redraw();
return this;
},