Platforms
all
Version of flutter maplibre_gl
0.22.0
Bug Description
We are using the maplibre_gl flutter package in our flutter developed mobile app. We are using private server for tile, styling, label data. We found that the area name labels are not displaying for right most part of our country Bangladesh (reference image attached), though related APIs are correctly being called from the app and server is serving the data properly.
To be noted, we recently switched from mapbox_gl to maplibre_gl package. With mapbox_gl this issue does not exist, but with maplibre_gl this issue occurs.
Expected Results
All the area labels should be shown.
Actual Results
All the area labels of Bangladesh are not showing.
Code Sample