tangram-es icon indicating copy to clipboard operation
tangram-es copied to clipboard

2D and 3D map renderer using OpenGL ES

Results 115 tangram-es issues
Sort by recently updated
recently updated
newest added

I attached the scene and MainActivity to reproduce the issue. Correct/At zoom level 16: ![image](https://user-images.githubusercontent.com/13279531/57631110-c4def100-7596-11e9-932f-f023ad95ac5c.png) At Zoom level 15: ![image](https://user-images.githubusercontent.com/13279531/57631068-b395e480-7596-11e9-91e3-55b40e9b2bbf.png) You can see the upper-left point moves to another position...

**TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:** Load 3D objects with triangles more than uint16 range **RESULT:** Object is rendered with triangles with invalid polygons **EXPECTED RESULT:** Object should be...

Similar to https://github.com/tangrams/tangram-es/issues/1617 and related to the root cause of https://github.com/tangrams/tangram-es/issues/1616. I've split off here MVT here from GeoJSON and TopoJSON as the Tilezen MVT format currently drops properties with...

REPRODUCE: marker = map.addMarker(); marker.setPoint(tappedPoint); marker.setVisible(true); marker.setStylingFromString(style_Below); { "style": "text", "text_source": "function() { return 'a'; }", "font": { "size":"32px" } } UPDATE: Not the caching the issue.. Still looking for...

From: https://github.com/tangrams/tangram/pull/702 Currently, tiled data sources request data at every map zoom level. There are some parameters that affect the mapping between the "view" zoom and the "tile" zoom (`tile_size`,...

scene spec

See: https://github.com/tangrams/tangram/pull/703. Said @bcamper: For styles drawn with non-`opaque` blend modes, the `blend_order` is used to determine the rendering order, and thus which features are drawn on top of each...

scene spec

With introduction of `zoom_offset` (Following from discussion: https://github.com/tangrams/tangram-es/pull/2026) dependent raster tasks can result in duplicate tile (redundant) network requests. These redundant network requests for dependent tiles can be aptly handled...

Tangram ES should support un-tiled, geo-referenced raster image sources to match the same feature in Tangram JS: https://github.com/tangrams/tangram/pull/688 Supersedes issues: https://github.com/tangrams/tangram-es/issues/866, https://github.com/tangrams/tangram-es/issues/1754

scene spec

Refer JS PR: https://github.com/tangrams/tangram/pull/601

scene spec

Sister issue to Tangram JS https://github.com/tangrams/tangram/pull/687. - Prior behavior for the `repeat_group` parameter has been to default to the full, unique combination of all layer names that a given feature...