Replies: 1 comment
-
I created a PR with this feature #3672 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’d like to discuss the addition of bounds support for RasterSource in the Mapbox React Native library. While I found that the iOS/android native library offers this feature (RasterSource Documentation iOS) (RasterSource Documentation android), it seems that this functionality is missing or not yet available in the React Native implementation.
According to the Mapbox Style Specification, the bounds parameter plays a critical role by defining the geographical extent within which raster data is displayed. This ensures accurate rendering and improves performance by limiting unnecessary tile loading.
I’d love to hear your thoughts and whether anyone has found a workaround for this.
Beta Was this translation helpful? Give feedback.
All reactions