Skip to content

Commit

Permalink
fix(frontend): increase maxZoom if project details map 20 --> 22 (dro…
Browse files Browse the repository at this point in the history
…ne imagery)
  • Loading branch information
spwoodcock committed Jul 30, 2024
1 parent 9271dae commit a082316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import VectorLayer from 'ol/layer/Vector';
const defaultProps = {
center: [0, 0],
zoom: 2,
maxZoom: 20,
maxZoom: 22,
};

const useOLMap = (props) => {
Expand Down

0 comments on commit a082316

Please sign in to comment.