Skip to content

Commit

Permalink
Update packages/lambda-tiler/src/wmts.capability.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Wentao Kuang <wkuang@linz.govt.nz>
  • Loading branch information
blacha and Wentao-Kuang authored Apr 15, 2024
1 parent b5eca99 commit a49f40e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lambda-tiler/src/wmts.capability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export class WmtsBuilder {
buildWgs84BoundingBox(tms: TileMatrixSet, layers: Bounds[]): VNodeElement {
let bbox: BBox | null = null;

// console.log(layers);
if (layers.length > 0) {
let bounds = layers[0];
for (let i = 1; i < layers.length; i++) {
Expand Down

0 comments on commit a49f40e

Please sign in to comment.