forked from MTSR/mapserver
initialize TileLayer subclass
This commit is contained in:
parent
882058805e
commit
14a5e7da36
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user