Artem Pavlenko
Artem Pavlenko
@mcwhittemore - `area` 👍
@zdila - This is not a memory leak but rather design issue/feature `mapnik.Image` is allocating external memory : https://github.com/mapnik/node-mapnik/blob/master/src/mapnik_image.cpp#L195 but GC is not aware of this. The way to inform...
@afrigeri - recommended way to load a style in 3.x.x mapnik is to use XML. Current python bindings are lacking support for all `TextSymbolizer` properties and options. I'll try to...
ref https://github.com/mapnik/python-mapnik/issues/89 ^
Exactly my thinking 👍 ^ mapnik master aka 4.x.x is pretty stable (needs a proper release!) @gravitystorm @springmeyer
@wanghaiyang1930 - this is related to https://github.com/mapnik/python-mapnik/pull/79 and should be fixed in HEAD.
@KyryIx - please, clarify what is the issue here ? Both data-sources and font registration paths must be correctly set.
@sebastic @edge0701 - could you try latest v3.0.x branch to see if 7da019c fixed this issue, thanks
@flippmoke - I think not mixing re-projection and I/O would be better and more flexible solution - they are separate concepts. Having said that, I see some performance advantages re-projecting...
@jgreenbaum @springmeyer - ok, I'll take a look. BTW, I'm currently building on OS X using boost-1.61 without issues