Results 54 comments of Aleksandar Stojiljković

@Eke , Could you please share some more details about what kind of animation you're interested in - rotating the car wheels along route or something else? Thanks.

@axti thanks for the report. And great to have you using new v10 Mapbox Maps SDK for Android. This is an interesting issue.... by following API contract that defines map...

Didn't see similar issues in gl-native for a while. A bit more conservative approach to render caching is done there. it is good to verify this using gl-native build (internal...

I don't think this is related to the connection issue, but could you please set RasterDem source max zoom to 14? For tile size `demSource.tileSize = 514`, max zoom is...

@mfazekas Could you please set maxZoom to 14, like in the Maps SDK example? https://github.com/mapbox/mapbox-maps-ios/blob/6b0e3730146930160607051f9b64294a34c9522e/Apps/Examples/Examples/All%20Examples/TerrainExample.swift#L39 Need your help in identifying the issue: 1. the lost connection. Does this happen when...

### How would gl-native and gl-js clients use this? Following methods are explained here: ``` export type CustomLayerInterface = { render: CustomRenderMethod, prerender: ?CustomRenderMethod, _renderToTile: ?(gl: WebGLRenderingContext, tileId: MercatorCoordinate) =>...

> Support for custom layers on globe is in progress and likely coming in the next release — see e.g. #11996 We had to prioritize Mobile SDK support first https://github.com/mapbox/mapbox-maps-ios/pull/1501...

Could another option be to use tile skirts in globe_raster.vertex.glsl, like used for terrain https://github.com/mapbox/mapbox-gl-js/blob/4130912ec4fa859bae4d033479360c5679aa3db1/src/shaders/terrain_raster.vertex.glsl#L26-L27?

Link to related work https://github.com/mapbox/mapbox-gl-js/issues/1898

This is data issue, the issue is noticeable also with https://api.mapbox.com/raster/v1/mapbox.mapbox-terrain-dem-v1/14/9215/5887.webp?sku=101VsfePhRorN&access_token=... cc @dnomadb