Karim Naaji

Results 66 comments of Karim Naaji

Thanks for the catch! Are you using color per text? Actually for now the color can be set only per text buffer you would create because it's sent as a...

Yes, a workaround would be using different buffer, can you share your code so that I can help?

I quickly made an example of how to use several buffers/colors (https://github.com/tangrams/fontstash-es/commit/d948280498026e98fc1c46998ca7a21665cbf5c0): ![screen shot 2015-08-04 at 3 28 25 pm](https://cloud.githubusercontent.com/assets/7061573/9070441/a102d9da-3abd-11e5-8e57-1086dd243f8a.png) The only thing that I see wrong in your code...

Glad it helped! It can get a little verbose if you use a lot of buffers for a lot of different colors. It seems like you'd be using colors for...

I'll close this ticket as duplicate of https://github.com/mapbox/mapbox-gl-js/issues/12391. There is something to investigate regarding alternate projections which can lead to this extra space, in that case with the 'Equirectangular' projection.

Hey @PterPmnta , are you using any custom projection? It seems like this isn't Mercator, and possibly 'Equirectangular'. If so, I think there's an issue with alternative projection regarding that,...

Hey @dadebue , that's an issue we haven't been tracking in this repo but have been aware of. It's related to the fact that the current map zoom is inferred...

>@karimnaaji I've tried an approach that @mourner suggested — to clear terrain render cache on map moveend. The line issue is still visible while the map is moving, but after...

Hello @simengjermundsen . We added support for `fitBounds` with globe in later version than the one that included globe support. It might be that the version that you are using...

Are you using any extra padding on either the viewport to offset the vanishing point or as a parameter to this API? And does removing it make any difference?