Skip to content

Commit

Permalink
try to force deployment to update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj committed Sep 4, 2024
1 parent f0c8801 commit d03cced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layer/image/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ const LAYER_CONTROLS: LayerControlDefinition<ImageUserLayer>[] = [
label: "Only load first (n) resolutions",
toolJson: RESOLUTION_LIMIT_JSON_KEY,
...rangeLayerControl((layer) => {
console.log("layer", layer);
return {
value: layer.resolutionLimit,
options: { min: 0, max: 10, step: 1 },
Expand Down

0 comments on commit d03cced

Please sign in to comment.