-
Notifications
You must be signed in to change notification settings - Fork 255
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
Issue with raster mbtiles with transparency #1605
Comments
Looks like there's lighting involved in the WhirlyGlobe case. You could try turning that off. |
@sjg-wdw How I can turn lighting off? |
clearLights should do it, yes. If you're in globe mode it should look different if it's working. |
@sjg-wdw The result is the same. |
Strange, that looks like lighting to me. |
@sjg-wdw One more question. I found weird behavior when draw motiles with drawpriority > 1000. Here is with drawpriority > 400: What can be the reason of black shadow around the images? Also, it could be fixed by forceMinLevel = false. |
@sjg-wdw Any thoughts? |
If you have a layer with transparency, then you can only display one level at once and you want to not force the min level. |
On latest version of WhirlyGlobe iOS SDK v 3.5 we found issue with raster tiles with transparency. The color looks very different from how it should be, comparing to other mbtiles viewers.
Here is example of what we have in the app vs MapTiler viewer:
The code is from GeographyClassTestCase.
What could be the reasons of that?
Thanks in advance.
The text was updated successfully, but these errors were encountered: