Returning wrong pixel xy value on mousemove for leaflet engine#10677
Returning wrong pixel xy value on mousemove for leaflet engine#10677tdipisa merged 1 commit intogeosolutions-it:masterfrom
Conversation
…lutions-it#10677) Co-authored-by: Shivendra Das <shivendra.das@cz1cg1.pri>
… (#10679) Co-authored-by: shivadas1980 <shivendradas@gmail.com> Co-authored-by: Shivendra Das <shivendra.das@cz1cg1.pri>
|
Hello @tdipisa , @allyoucanmap , |
|
@ash03e608 it is not a recent regression. That incorrect setup was introduced many years ago by this PR #1211, it seems. |
Description
On mouse move over map using leaflet engine, it returns wrong pixel xy value. It always return x value for x and y.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
What is the current behavior?
**On mouse move on map using leaflet engine, return x pixel value for both x and y pixel value. **
#
What is the new behavior?
After this fix, on mouse move over map return correct xy pixel value for leaflet engine
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information