Evgen Bodunov
Evgen Bodunov
It's fast and flexible offline vector map based on OpenStreetMap data. It renders map using Open GL ES 3.0. Supports customizable `MapCSS` styles. And custom font rendering right from TTF...
Pretty often one app have many commands. And option flags set additional parameters to that command. For example: `git log --source` `rails s -p 3131` or `pod install --help` I...
As I understand it, currently the lane guidance information is only available for the OSRM format. Are there any plans to add this information to the native json format? Is...
#### Expected results During initial sync on slow connection downloading single `DOWNLOAD` message could take significant amount of time. And client should respect active download and don't drop connection. ####...
#### Expected results When disable_download_compaction is set server shouldn't compress download message at: https://github.com/realm/realm-core/blob/b35dcd91e084ff760cb2b8b07e83a767a7aa36f5/src/realm/sync/noinst/server/server.cpp#L2908 #### Actual Results It compresses it anyway. And there is no way to disable it. ####...
Fixes issue #5673 ## What, How & Why? The server runs on a single thread and when download messages are compressed for each of the users, users with large messages...
Same member could be used multiple times in relation. Old code used index of first occurance of the member for all occurances. e.g. after import https://www.openstreetmap.org/relation/11777666 this relation will result...
Sometimes on short pedestrian routes valhalla calculates pedestrian routes on a driveway. How to disable this type of alternatives? I understand that sometimes it's an only option to get somewhere....
It fixes two issues. First one related to OpenCore coding style. They defined lots of constant tables as Int32, while values was used is bigger than Int32 max. Since it's...