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

This PR is based on https://github.com/tangrams/tangram-es/pull/2272 ![Unbenannt](https://user-images.githubusercontent.com/13556116/125361518-b571b300-e36d-11eb-8e43-2fe7f4d2c56c.png) As you can see, there are definitly some problems with newer versions. I had to patch all mapbox repositories, since the new versions...

Tangram is normally very verbose when printing to the console. It would be helpful for debugging if this output could be redirected to a dedicated log collector for analysis alongside...

**TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:** Use my personal fork of StreetComplete: https://github.com/Helium314/StreetComplete/tree/my_modifications. Add a note via the menu option when long clicking somewhere on the map. Add note...

Follow-up of #2169. Basically, the problem described in the title still exists, but happens much less frequently. Today, I got a bug report that may help to find a (remaining)...

This is based on #2274 and #2272 What this PR does is to add export targets to all dependencies and tangram-core. This should enable anyone to consume tangram as a...

For some applications it is useful to allow users some degree of movement within the map, but to restrict that movement within some bounds. This could be a latitude/longitude range,...

enhancement

Follow-on from https://github.com/streetcomplete/StreetComplete/issues/2711, whence I was redirected here by the app developer. StreetComplete uses Tangram-ES to show a map with clickable “quest markers”. On one device, I can't click on...

See related issue: https://github.com/streetcomplete/StreetComplete/issues/2879 Depending on an app's architecture, it might not be practical to release all references to `MapController` and `MapData` objects when the `MapView` is destroyed. For instance,...

Related, downstream issue: https://github.com/streetcomplete/StreetComplete/issues/2878 **Use case**: When displaying partially overlapping markers on a map, they are often hidden if their position is too close to each other. This often makes...

So this isn't a real PR since I don't expect these changes to merge. But there might be people outside, that needs some first ideas. This PR builds with vcpkg...