You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
i got this error on logcat:
W/BitmapFactory: bitmap marked for reuse (2097152 bytes) can't fit new bitmap (4194304 bytes)
No tiles are shown. Tiles are 32bit png with alpha, Any suggestions? if i converte them to webp they do not work either.
Those tiles does show in ImageView but not in this tile library :S
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
this is most probably due to an incorrect configuration of the mapview, regarding tile size.
What is the size of your tiles?
MapView only support square tiles (for now). For example, if your tiles are 512x512 your configuration should look like:
If you're still having this issue, could you please make a fork the project, edit the demo and reproduce your issue?
That way, I can see what's going on.
Hello!
i got this error on logcat:
W/BitmapFactory: bitmap marked for reuse (2097152 bytes) can't fit new bitmap (4194304 bytes)
No tiles are shown. Tiles are 32bit png with alpha, Any suggestions? if i converte them to webp they do not work either.
Those tiles does show in ImageView but not in this tile library :S
Thanks!
The text was updated successfully, but these errors were encountered: