Artem Pavlenko

Results 235 comments of Artem Pavlenko

@hholzgra - Assuming you're offering to improve and/or update wiki, sounds great and welcome! Github doesn't provide an easy way to manage wiki access unfortunately. Could you demo what changes...

@hholzgra - It looks like there is a consensus to not use github wiki for documentation : https://github.com/mapnik/mapnik/issues/3543 and there are: * https://github.com/mapnik/mapnik-reference/ * https://github.com/mapnik/documentation (`node-mapnik` specific) would it be...

You're right there are lots of missing bits and it's hard to find/navigate etc etc. Just for completeness here's link to published `node-mapnik` docs in case you didn't see it:...

@zdila - I'll look into adding support for AVIF in the future, thanks.

@grassick - yes, looks like `libpq` needs upgrading. Thanks for highlighting

> @artemp could you check if the PAT for the CI is still valid? The authentication fails again when uploading the built packages. @mathisloge - updated `VCPKG_CACHE_PAT` , should work...

@mathisloge - I'm trying to make `mapnik-render` use input plugins and font dirs relative to the executable. On Linux the following approach works: ```diff diff --git a/utils/mapnik-render/mapnik-render.cpp b/utils/mapnik-render/mapnik-render.cpp index 608dea754..bf81b31d2...

> However, don't you think it would be enough to use the current working directory and make it relative to that? At least in cmake I set the current working...

> Where is this set? I can't find it in the source code. Sorry, it wasn't clear:) Currently paths for plugins and fonts are set to `./plugins/input` `./fonts` in `mapnik-render.cpp`...

> @artemp maybe rebase on current master? @mathisloge Sure, shall I merge this PR into master > @artemp maybe rebase on current master? :+1: Let me know if all is...