var __extends=this&&this.__extends||function(){var n=function(e,r){return(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)r.hasOwnProperty(t)&&(e[t]=r[t])})(e,r)};return function(e,r){function t(){this.constructor=e}n(e,r),e.prototype=null===r?Object.create(r):(t.prototype=r.prototype,new t)}}();import BaseTileLayer from"./BaseTile.js";import CanvasTileLayerRenderer from"../renderer/canvas/TileLayer.js";var TileLayer=function(r){function e(e){return r.call(this,e)||this}return __extends(e,r),e.prototype.createRenderer=function(){return new CanvasTileLayerRenderer(this)},e}(BaseTileLayer);export default TileLayer;