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

**TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:** 1. Load osm map by raster-simple.yaml , 2. String pointStyle = "{ style: 'points', color: 'white', size: [50px, 50px], order: 2000, collide: false,...

see https://github.com/streetcomplete/StreetComplete/issues/4221

In Google Play Console I have noticed this crash call stack on Android: ``` *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***...

When I try to run run TangramDemo app in Release mode in latest XCode 13.4.1 it cannot compile it showing error `"Variable 'status_and' set but not used"` in file `hb-coretext.cc`...

Hi, After pulled the source for the commit [#2306 ](https://github.com/tangrams/tangram-es/pull/2306) the fonts are rendering very slow in some android 12 devices (especially Samsung one UI 4). Anybody got it fixed?...

In scene.cpp, runTextureTasks() is called twice. While harmless to naked eye, commenting the first one at line 153 is possibly required to avoid a potential crash (which rarely occurs for...

Hi I currently have route lines as a separate mbtiles. When I use this, the coarser (low res) route lines of previous zoom seems to be getting interleaved with current...

**TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:** I'm following the instructions at https://github.com/tangrams/tangram-es/tree/main/platforms/linux adapted for Gentoo's package naming. **RESULT:** After running `git submodule update --init` I get > fatal: not...

Is it possible to update a scene without having to completely reload it? For example, old docs make reference to methods like queueSceneUpdates() and applySceneUpdates() that no longer exist, but...

Hi This might be reasonably obvious, but I need to pass some vector tile attributes (lets say feature.value which is a float) into the shader , as a uniform. How...