1
0
forked from MTSR/mapserver

initialize TileLayer subclass

This commit is contained in:
BuckarooBanzay 2020-06-12 15:19:29 +02:00
parent 882058805e
commit 14a5e7da36

View File

@ -2,6 +2,8 @@
export default L.TileLayer.extend({ export default L.TileLayer.extend({
initialize: function(wsChannel, layerId, map) { initialize: function(wsChannel, layerId, map) {
L.TileLayer.prototype.initialize.call(this);
var self = this; var self = this;
this.layerId = layerId; this.layerId = layerId;