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:** Have a style like this and go to [53.59579/9.94521](https://www.openstreetmap.org/way/612211229#map=19/53.59555/9.94558): ```yaml sources: jawg: type: MVT url: https://tile.jawg.io/streets-v2/{z}/{x}/{y}.pbf max_zoom: 16 url_params: access-token: Rqx0Qqc3TAHCG5MVXmxSAkaSgwm5nVSq4fV8IeTxiq9cieOQFfOt5BsYjK8Cwkqr layers: buildings:...

Sorry, it is rather a question than an issue ( i hope :) ) I want to stretch a texture over a (rect) polygon, but it always ends up wrapping...

Hi I compiled Tangram-es in Windows with MSVC in QCreator IDE. When I run default example (Tangram.exe) it's show only blanck window with background color I defined in scene file....

Hi In util/inputHandler.h file member object m_velocityPan does not initialize. In Linux OS usually uninitialized variables take zero value but in windows it's value is unknown. if this variable has...

**TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:** - Clone a fresh repo. Follow steps: https://github.com/tangrams/tangram-es/tree/main/platforms/windows **RESULT:** Compilation starts, all good until it tries to link the demo app where it...

25 seems to be about 2-5m for one phone width, probably higher than what anyone will ever need, but the capability is there now if map devs actually want to...

**TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:** - Trying to implement Android UI native component [Official](https://reactnative.dev/docs/native-components-android). I am facing the crash over Native Load Scene File. **Error:** pid: 11258, tid:...

Can we do something like this: ![pin-dribbble-_800_600_](https://user-images.githubusercontent.com/12157369/237042545-0b87e973-8694-4b72-97cc-d875102d9fad.gif) Or any other animation with pois icon? Originaly I wanted to increase and decrease the size of the POIs like heartbeat.

**TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:** If I have a lot of pois in an area and collide is set to true, then some pois will be shown based...

Hi Basically, I would like to draw debug text on screen at specified screen coordinates like speed , direction vector etc which keep changing. What is the easiest way to...