Skip to content

Commit

Permalink
geosolutions-it#10322: Fix scale selector to make it compatible with …
Browse files Browse the repository at this point in the history
…different projections

Description:
- add helpful comment
  • Loading branch information
mahmoudadel54 committed May 20, 2024
1 parent 8f23219 commit 6cbb710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/plugins/print/Projection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function mapTransformer(state, map) {
return {
...map,
zoom: zoom,
scaleZoom: map.scaleZoom,
scaleZoom: map.scaleZoom, // the selected value from scale DD
scale: scales[zoom],
projection: srs
};
Expand Down

0 comments on commit 6cbb710

Please sign in to comment.