Alexander Borsuk

Results 1331 comments of Alexander Borsuk

Thanks! Did you test: 1. How much data will it take to store 3 days or a week of points? 2. How is the app slowed down with a week...

1. The size can be estimated from existing data size. You can check/log it programmatically on a device or simulator and then multiply by a number of seconds/minutes/hours etc. 2....

Storing and rendering 36Mb of points can be a huge overhead. A solution could be to apply some kind of simplification algorithm that will remove unnecessary intermediate points and reduce...

So at the moment one point takes 65 bytes of size. Not too bad, but likely could be better. Rendering each point is a huge overhead, obviously. The way the...

Substitution may be easy to implement, considering: - It doesn't break OSM data when editing - We choose some good symbol. Any ideas? Using some kind of dots similar to...

I agree with @euf Introducing a new color should have serious reasons. It's better to reuse the familiar palette. Also it would be great to see how longer streets look...

This feature is already implemented in the core. Most of the UI work can be restored. Only foreground service part should be implemented. Many users require this feature.

@GutHib don't worry, we monitor _every_ issue, it is not lost. This one is very convenient, so we will implement it when we have more time/resources, and other critical issues...