mapbox-gl-native-android icon indicating copy to clipboard operation
mapbox-gl-native-android copied to clipboard

Is it possible to save vector tiles created from a GeoJsonSource?

Open kptlronyttcna opened this issue 5 years ago • 1 comments

When we use a GeoJsonSource, my understanding is that mapbox will convert the geojson data into vector tiles and then renders those tiles. My question is, is it possible to cache those tiles for reuse?

kptlronyttcna avatar Jul 27 '20 05:07 kptlronyttcna

https://github.com/mapbox/geojson-vt-cpp is the C++ library doing that operation under the hood but we don't have any binding APIs or neither do we have cache options for this.

tobrun avatar Jul 29 '20 05:07 tobrun