Feature request - Google traffic layer
Since this is the only workable plugin on leaflet 1.0 to add google layers, something that's sort of missing is getting google traffic onto leaflet.
Now i did modify the googlemutant.js
to include google traffic, but the tiles themselves aren't refreshing properly.
All i did was add:
var trafficLayer=new google.maps.TrafficLayer();
trafficLayer.setMap(map);
to _initMutant
right before the this._mutant=map;
It's probably not the correct way, which is why i'm requesting an official way of doing this.
Thanks,