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

Perhaps I'm missing something, but it doesn't appear that Tangram supports evaluating JavaScript functions for top-level layer parameters such as enabled. At least, I didn't see it in the source....

**TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:** - open StreetComplete and zoom to [this location](https://www.openstreetmap.org/#map=19/45.51872/-122.67919) - Tilt camera, then pan **RESULT:** The borders of the square and the stairs within...

Have you thought about providing versions of these methods that return all objects at a point instead of just the topmost one? I have an application where almost every layer...

This issue was originally posted in https://github.com/streetcomplete/StreetComplete/issues/2571, but I was asked me to post here. **TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:** I can't seem to reproduce it every time,...

While I was testing tile fallbacking feature I discovered that when tile fallback (there is a pull request for tile fallback here: https://github.com/tangrams/tangram-es/pull/2120) is from zoom 16 to zoom 0...

Add support for getting tile for lower zoom if tile for higher zoom is not available. Use case and current state: User has mbtiles tile source which for some areas...

Add support for updating and deleting MapData features. I have only created updating and deleting polyline features as I am not sure if you would want to add this functionality....

Add support for multiple mbtiles files through urls_mbtiles. This is only my little hack in order to support mutltiple mbtiles not only one as a data source. If this is...

Supersedes PR https://github.com/tangrams/tangram-es/pull/1812 (thanks to @tehKaiN for the initial work on this): - Add platform layer for Windows platform. - Add initial AppVeyor configuration (https://ci.appveyor.com/project/karimnaaji/tangram-es -- currently building my own...

We should drop unused feature properties in tilesource parser (in particular 'id') to optimize style matching and styled geometry building by grouping features with identical properties. This is just a...