nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 699 forks source link

256x256 blob tile image #1696

Closed DavidGonzalezGutierrez closed 1 year ago

DavidGonzalezGutierrez commented 3 years ago

Currently I am rendering over mapbox, various local tiles from a database as a blob. I convert them to base64 and paint them on the map.

The problem comes in that mapbox uses 512 tiles and my images are 256.

Is there a way to make mapbox display at 256?