Add showLimitErrors to gmaps/torque
This commit is contained in:
parent
cf5a29c3a7
commit
feb9fa3e01
@ -34,6 +34,8 @@ function GMapsTorqueLayer(options) {
|
|||||||
|
|
||||||
this.hidden = !this.options.visible;
|
this.hidden = !this.options.visible;
|
||||||
|
|
||||||
|
this.showLimitErrors = options.showLimitErrors;
|
||||||
|
|
||||||
this.animator = new torque.Animator(function(time) {
|
this.animator = new torque.Animator(function(time) {
|
||||||
var k = time | 0;
|
var k = time | 0;
|
||||||
if(self.getKey() !== k) {
|
if(self.getKey() !== k) {
|
||||||
|
Loading…
Reference in New Issue
Block a user