Artem Pavlenko
Artem Pavlenko
@mathisloge - could you verify, this is only with `cairo` renderer? If so, this is due to a bug/feature in `libcairo`. I had a patch somewhere I will try to...
@mathisloge - Is this Windows specific? This test works on Linux/macOS for me - ``` ./test/visual/run --agg --styles ./test/data-visual/styles/text-displacement.xml Mapnik LOG> 2024-05-18 10:49:59: SVG parse error: can't infer valid image...
> … processor > > Forces client to use otherwise unnecessary additional include paths to avoid a compilation error @Stehfyn - The path `mapnik/agg/agg_trans_affine.h` doesn't exist in source distribution. I'm...
@zdila - I reckon heavy memory usage is more likely related to `node-mapnik` (GC) and not mapnik c++ lib. Having said that, there are some areas worth looking into e.g...
@daryasinilo - Your mapnik binaries are not built with PROJ support for some reason. Could you post output from `./configure CXX=g++-11 CC=gcc-11 PROJ=yes PROJ_INCLUDES=/usr/local/include PROJ_LIBS=/usr/local/lib` ? and `ldd /path/to/libmapnik.so` ?...
@daryasinilo - the best way to learn mapnik is by reading source code, so I strongly recommend you build at least `./demo/c++/rundemo` Adding `DEMO=yes` should work e.g `./configure CXX=g++-11 CC=gcc-11...
> When I try to compile this library with cmake, I get this error while it builds: > > ``` > [ 75%] Building CXX object utils/pgsql2sqlite/CMakeFiles/pgsql2sqlite.dir/sqlite.cpp.o > [ 75%]...
@daryasinilo > Uhm............. > > alex@alexpc:~/mapnik$ ./demo/c++/rundemo > running demo ... ... > These maps have been rendered using AGG in the current directory: > - demo.jpg > - demo.png...
@daryasinilo - I don't see anything obvious... How did you install `libproj` ? > there is a problem with some osgeo lib? ^^ stderr is from libproj ( osgeo::proj::xxx) Try...
@daryasinilo - I noticed from https://github.com/mapnik/mapnik/issues/4533 ``` ... Checking for Boost version >= 1.83... yes Found boost lib version... 1_89 ... ``` ~~^ this doesn't look right. Looks like you...