The following are things that I want to tackle before getting into the complexity of a map renderer:
* Standardized types. Instead of DWORD this, WORD that, let's use the following types: uint32_t…
There are a number inconsistencies between mlem docs and actual mlem code. Sometimes it's because of new features that we forgot to add docs for, sometimes it's fixes in docs that are not reflected in…