Kacper Golinski
Kacper Golinski
**First of all, huge thanks for building this great application!** --- **Is your feature request related to a problem? Please describe.** I've generated tiles for Europe and it works great....
According to [this doc](https://github.com/edenhill/librdkafka/blob/master/INTRODUCTION.md#producer) the proper termination sequence for Producer is: ```c /* 1) Make sure all outstanding requests are transmitted and handled. */ rd_kafka_flush(rk, 60*1000); /* One minute timeout...
## Description Fixes compass margins and attribution positions. At the moment, we are casting density (float) to integer which is loosing decimal part. In same cases it leads to big...
**Describe the bug** It looks that `living_street` is avoided for bike and mtb profiles but racing bike seems routing fine. Where the difference come from? Is [PUSHING_SECTION_SPEED](https://github.com/graphhopper/graphhopper/blob/master/core/src/main/java/com/graphhopper/routing/util/parsers/BikeCommonAverageSpeedParser.java#L71C42-L71C63) assigned to `living_street`...
I have this problem when sometimes Graphhopper Map Matching creates dead-end edges which probably should be removed from the results. Below are screenshots with example: I will try to work...
## Motivation Component docs are autogenerated with `scripts/autogenerate.js`. There are two issues that we could try improve: 1. **Allow adding description with code examples to the component documentation.** I couldn't...
## Description There is a bug when we call `getPack` and state is unknown. It happened for me in my Expo app but I couldn't replicate it with example in...