Artem Pavlenko

Results 235 comments of Artem Pavlenko

@JulieGoldberg - Ok, you didn't mentioned `python` bindings and I assumed you just needed `mapnik` core c++ library binaries. Getting mapnik with python-mapnik on 14.04 is not as straightforward as...

> I wanted to add the static plugin functionality to cmake, too. But https://github.com/mapnik/mapnik/blob/master/src/datasource_cache_static.cpp declares either plugins, which are not present anymore or currently available plugins not. > > Missing...

@zdila are you planning to fix or should I take a look ? Also, any more specifics how to replicate this ? thanks.

> I have no plans, but if you want I will do it as I introduced this buggy feature :-). > > I am not sure about the exact input...

> I tried to add some debug messages and recompile it all but now it fails with runtime error: > > ``` > Error: projection::forward not supported without proj4 support...

@sommerluk @springmeyer We can `guesstimate` language from script. This won't be 100% accurate but good enough I think. Also this is a good candidate for a default: ```c++ static hb_language_t...

> This would not be the same for a hole Mapnik style, but individually for each label, right? This would per text `run` in each individual label. /cc @sommerluk

85aebf72688bb3715df77c46fe17fd722249e142 adds support for `guessing` language from script. (It's currently incomplete!) ```xml "天安门" ``` The above text classified as `Hani` by harfbuzz and the result: /cc @sommerluk @springmeyer @Artoria2e5

@wafisher - it would be nice, agree. I'll might find inspiration to work on this feature so I'll keep this issue open, thanks.