Skip to content

Commit

Permalink
Merge branch 'default-map-projection' of https://github.com/AliyanH/W…
Browse files Browse the repository at this point in the history
…eb-Map-Custom-Element into default-map-projection
  • Loading branch information
AliyanH committed Sep 7, 2023
2 parents 42389cb + bc9e16e commit c69b4c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mapml/layers/StaticTileLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export var StaticTileLayer = L.GridLayer.extend({
options.maxZoomBound
);
L.extend(options, this.zoomBounds);
L.extend(options, { _leafletLayer: this });
L.setOptions(this, options);
this._groups = this._groupTiles(
this.options.tileContainer.getElementsByTagName('map-tile')
Expand Down

0 comments on commit c69b4c8

Please sign in to comment.