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 am unable to draw polygon markers on android platform. **TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:** For testing, add following code at the end of onMapReady ``` List points...

**TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:** i want to produce polygon bitmap hatch fill,this is my yaml polygon style. styles: polygonfill: base: polygons material: diffuse: texture: img/timg.jpg mapping: planar...

**Summary** Zooming in and out usually looks smooth. However, if you clear a map data layer while being zoomed in, the first time you zoom out again will lead to...

Hi Is there any plan to develop the React Native module for TangramES ? I did write a package for supporting TangramES module in ReactNative . May i push it...

Inlay blend mode is incompatible with our text and point styles, the reason being that the depth of text and icons is not in _world space_ but in _screen space_...

scene spec

Hello, When I create a Point with Text (label) Tangrams crashes. Removing "text" tag all works fine. **I'm using this style:** {"offset":["0px","-14px"],"size":["28px","28px"],"text":{"anchor":"top","font":{"family":"Arial","fill":"black","size":"10px","stroke":{"color":"black","width":"0px"},"weight":"normal"},"interactive":false,"offset":["0px","-10px"],"text_source":"function() { return 'Point'; }","collide":true,"color":"white","order":997,"style":"text","visible":true},"interactive":true,"collide":false,"color":"red","order":1000,"style":"points","visible":true} **Code**: com.mapzen.tangram.Marker marker =...

How can I make a map interactive? To click on the building of its boundaries can be highlighted? Tried using setLabelPickListener and setFeaturePickListener, but they return an empty result

Hey there, I am in the process of **migrating from 0.9.6 to 0.10.0** and found myself doing the following in order to conditionally disable the default rotate behavior. I find...

After changing map scene, previously added marker ids are invalidated and I'm getting the exception below when I try to hide markers. I see that in [MapController](https://github.com/tangrams/tangram-es/blob/master/platforms/android/tangram/src/main/java/com/mapzen/tangram/MapController.java), `loadSceneFile()` is calling...

This is the javadoc for the constructor of the Polygon-class; ``` /** * Create a polygon geometry with properties. * @param polygon A list of rings describing the shape of...