mkandulavm

Results 19 issues of mkandulavm

Hi I am looking to generate normal tiles only. 1) How to know which countries are covered with the sources used in the config.example.yaml ? How to search for sources...

Hi Is there a way to provide a alias options ? For example, "street", "st", "road" could be alias for some scenarios. How can this be done ? Thank you.

Hi Team Is there any existing data being sent over a route response to build a lane assist data (number of lanes of current maneuver, number of turn lanes) ?...

enhancement
investigate

Hi Basically, I would like to draw debug text on screen at specified screen coordinates like speed , direction vector etc which keep changing. What is the easiest way to...

Hi I have some questions on some logic 1) In rebuildR() inside GPSAccKalman.cpp, there is this line double velSigma = posSigma * 1.0e-01; Can you please explain this ? Do...

Hi I am using latest (1.1.0) on a debian linux machine with x86_64 arch. After doing parsing of a string ``` rapidjson::Document document; document.Parse(request.c_str()); ``` calling AddMember like this ```...

I am getting checksum and other errors when trying to read a tar.xz. Is it not supported ?

Hi I am getting a new build error Could NOT find Threads (missing: Threads_FOUND) SQLiteCpp/CMakeLists.txt:349 (find_package) This is after upgrading the SQLiteCpp where its now using the Threads as required....

Hi I request on how ProcessTurnLanes works as I am finding it difficult to understand what it is doing. here is a sample request {"alternates":0,"costing":"auto","costing_options":null,"directions_options":{"units":"miles"},"locations":[{"lat":52.4913,"lon":13.2951},{"lat":52.4883,"lon":13.3041}]} here is the route formed...