How to remove the internal color filter for SPHERICAL_MERCATOR profile? #2335
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Glad you found the cause of the issue, because we had no idea :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added an XYZImageLayer with the following code snippet. I did not add any ColorFilter to this image layer. But it seems like there is an internal color filter that makes the color different from the original map tile. Is there a way to keep the original tile color?
The effect is like this.
The original map tile.
https://a.tile.openstreetmap.org/0/0/0.png
Same issue for the satellite image tile in SPHERICAL_MERCATOR profile
No such issue if I add a TMSImageLayer not in SPHERICAL_MERCATOR profile.
Hopefully receive your feedback, many thanks!
Jovi Lee
Beta Was this translation helpful? Give feedback.
All reactions