Skip to content

Commit

Permalink
Remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Dec 9, 2024
1 parent 7fa18b1 commit 98b1176
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modules/carto/src/layers/raster-tile-layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ export default class RasterTileLayer<
renderSubLayers,
minZoom,
maxZoom,
loadOptions: this.getLoadOptions(),
borderWidthPixels: 4,
zoom: 2,
radiusPixels: 250,
screenXY: [0.5, 0.5]
loadOptions: this.getLoadOptions()
});
}
}

0 comments on commit 98b1176

Please sign in to comment.