Tobias Zwick

Results 624 comments of Tobias Zwick

You can't expect that the maintainers of this library will download your app and try 100+ times the reproduction until they can reproduce it. You should explain what exactly "adding...

>> How does it interact with the tangram-es library? > No idea. I don't know what parts of SC interact with tangram. Well, then I suggest you close this ticket...

I also have another idea. Just to recap: 1. it is good that tangram-es crashes when a `MapController` is accessed when its `MapView` has already been destroyed because it is...

That is exactly what I need. Currently I re-set the whole MapData whenever one geometry is added or removed. I can imagine this is not very performant but there doesn't...

Would love to see a comparison in terms of speed. What this saves in any case is the necessity to keep the data in Java as well (to reach the...

Couldn't you just count the milliseconds it takes for 1. **A:** set 10000 map features on a map data layer 2. **B:** add 1 feature to that map data layer...

Can you also say the absolute numbers? Note on `ClientDataSource::generateTiles()`: Could this be optimized? After all, if you add just one feature, not all tiles need to be (re-)generated, but...

So, the big majority of the time is not spent in copying the data from Java to native but in generating the tiles (or uploading to buffer). So from a...

For that purpose, width would be better. The estimated width could be calculated from lanes if it is not set.

I can't say because I do not have uploaded the debug symbols (because they are not supplied), see https://github.com/tangrams/tangram-es/issues/2315. In other words, I do not see the names of the...