Skip to content

Commit

Permalink
don't zoom out
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jun 26, 2024
1 parent 55f456d commit 169623d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/viewer/components/Layers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ function flyToLayer(map, layer) {
if (map && layer && layer.source) {
let bounds = map.getSource(layer.source).bounds;
map.fitBounds(bounds);
map.zoomOut();
}
}

Expand Down

0 comments on commit 169623d

Please sign in to comment.