-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix scale selector to make it compatible with different projections #10322
Closed
1 task done
Comments
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
May 20, 2024
…different projections Description: - fix the bug by using the updated scaleZoom value instead of the projected value
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
May 20, 2024
…different projections Description: - add helpful comment
12 tasks
12 tasks
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
May 30, 2024
…different projections Description: - fix not compatablity projections issue - add unit tests
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jun 24, 2024
…different projections Description: - resolve review comments related to unit tests [replace async/await with then + remove unnecessary async/await]
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jun 27, 2024
…different projections Description: - fix issues of not consistent map print scales with the current map view
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jun 27, 2024
…different projections Description: - fix FE issue
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jun 28, 2024
…different projections Description: - resolve FE failure due to changes
tdipisa
pushed a commit
that referenced
this issue
Jul 1, 2024
…ctions (#10344) * #10322: Fix scale selector to make it compatible with different projections Description: - fix the bug by using the updated scaleZoom value instead of the projected value * #10322: Fix scale selector to make it compatible with different projections Description: - add helpful comment * #10322: Fix scale selector to make it compatible with different projections Description: - fix not compatablity projections issue - add unit tests * #10322: Fix scale selector to make it compatible with different projections Description: - resolve review comments related to unit tests [replace async/await with then + remove unnecessary async/await] * #10322: Fix scale selector to make it compatible with different projections Description: - fix issues of not consistent map print scales with the current map view * #10322: Fix scale selector to make it compatible with different projections Description: - fix FE issue * Fixed preview * #10322: Fix scale selector to make it compatible with different projections Description: - resolve FE failure due to changes --------- Co-authored-by: Lorenzo Natali <[email protected]>
ElenaGallo
added
the
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
label
Jul 2, 2024
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jul 3, 2024
…different projections (geosolutions-it#10344) * geosolutions-it#10322: Fix scale selector to make it compatible with different projections Description: - fix the bug by using the updated scaleZoom value instead of the projected value * geosolutions-it#10322: Fix scale selector to make it compatible with different projections Description: - add helpful comment * geosolutions-it#10322: Fix scale selector to make it compatible with different projections Description: - fix not compatablity projections issue - add unit tests * geosolutions-it#10322: Fix scale selector to make it compatible with different projections Description: - resolve review comments related to unit tests [replace async/await with then + remove unnecessary async/await] * geosolutions-it#10322: Fix scale selector to make it compatible with different projections Description: - fix issues of not consistent map print scales with the current map view * geosolutions-it#10322: Fix scale selector to make it compatible with different projections Description: - fix FE issue * Fixed preview * geosolutions-it#10322: Fix scale selector to make it compatible with different projections Description: - resolve FE failure due to changes --------- Co-authored-by: Lorenzo Natali <[email protected]>
tdipisa
pushed a commit
that referenced
this issue
Jul 3, 2024
…ble with different projections (#10344) (#10452) * #10418: Share tool - the 'Add place mark and zoom to sharing link' option is not applied correctly (#10419) * #10322: Fix scale selector to make it compatible with different projections (#10344) * #10322: Fix scale selector to make it compatible with different projections Description: - fix the bug by using the updated scaleZoom value instead of the projected value * #10322: Fix scale selector to make it compatible with different projections Description: - add helpful comment * #10322: Fix scale selector to make it compatible with different projections Description: - fix not compatablity projections issue - add unit tests * #10322: Fix scale selector to make it compatible with different projections Description: - resolve review comments related to unit tests [replace async/await with then + remove unnecessary async/await] * #10322: Fix scale selector to make it compatible with different projections Description: - fix issues of not consistent map print scales with the current map view * #10322: Fix scale selector to make it compatible with different projections Description: - fix FE issue * Fixed preview * #10322: Fix scale selector to make it compatible with different projections Description: - resolve FE failure due to changes --------- Co-authored-by: Lorenzo Natali <[email protected]> --------- Co-authored-by: Lorenzo Natali <[email protected]>
ElenaGallo
added
Accepted
and removed
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
labels
Jul 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When switching between projections, the scale selector becomes buggy and is not responding correctly.
How to reproduce
I tested this locally and I verified that the issue you find happens even without the projection, so also switching in EPSG:4326 from Web mercator
Here I recorded the evolution of the state locally that can be used for the investigation .
screencast-bpconcjcammlapcogcnnelfmaeghhagj-2024.05.06-10_43_51.webm
Expected Result
The selector should be consistent with the map and the final print.
Current Result
When switching SRS, the selector do not work.
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information
Review to be assigned to @offtherailz
Connected support issue https://github.com/geosolutions-it/support/issues/3313
The text was updated successfully, but these errors were encountered: