generate_tiles.cpp
Rewrite of OpenStreetMap tiles generation script from Python to C++.
Where?
Available at GitHub.
Used Technologies
- C++
- Boost
Implementation Details and Challenges
It is almost identical to the original Python code, including code structure, algorithms and features. It was implemented in modern C++ and it includes the multi-threading capabilities of the original code, too.