Google.js (235B)
1 import L from 'leaflet'; 2 import '~/lib/leaflet.layer.google'; 3 4 L.Layer.GoogleBase.include({ 5 cloneForPrint: function(options) { 6 return new L.Layer.GoogleBase(this._url, L.Util.extend({}, this.options, options)); 7 }, 8 }); 9