-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken map labeling spanning multiple raster tiles #35
Comments
Acknowledged. We will discuss @petrsloup, how to increase the buffers around tiles to avoid this problem. |
We start to work actively on this issue. Upgrade of Mapbox GL Native did not solve the problem. |
Related PR: mapbox/mapbox-gl-native#3357 |
@petrsloup - config for "MapMode::Still"? |
This appears like you're hitting mapbox/mapbox-gl-native#3582, which can be fixed by adding |
I've the same problem,text lable spanning multiple raster tiles. is there a metatile before export tiles in mapbox-gl-native ? like geowebcache? |
There is currently nothing to be done on the server side. This is more about the preparation of the data (tuning buffer sizes) and styles (sensible font sizes etc.). |
This might (still) be a Mapbox GL Native bug: mapbox/mapbox-gl-native#11838 |
Map label elements that span multiple raster tiles are frequently cut off (only appearing on one of the tiles) resulting in odd artifacts.
The text was updated successfully, but these errors were encountered: