python-mapnik
python-mapnik copied to clipboard
Python bindings for mapnik
I install a python-mapnik with conda. But when I import mapnik the error is: ImportError: libmapnik.so.3.0: undefined symbol: hb_ft_font_set_load_flags what's that mean?
I just compiled mapnik 3.0.13-rc1, followed by the 3.0.x branch of mapnik-python. Using either ``` surface = mapnik.printing.PDFPrinter() surface.render_map(m, "output.pdf") ``` or the direct ``` surface = cairo.PDFSurface("output.pdf", m.width, m.height)...
Hi, I tried to install mapnik and python_mapnik on Debian 9 (stretch). When I execute python setup.py test, I get the error message as stated in the title. libfreetype6 is...
HI All I have installed mapnik properly. Now I am installing python mapnik by issuing following commands git clone https://github.com/mapnik/python-mapnik.git git checkout ea5fd11 python setup.py install It failed with following...
Im having problems with Mapnik and python binding installation. I know this issue have been covered many times before but I cant get anything to work... I have tried installing...
This is the test output for pgraster tests and mapnik v3.0.15: ~/projects/python-mapnik[v3.0.x-mason]$ python test/python_tests/pgraster_test.py ✘ test_data_16bsi_subquery AssertionError: images do not match, check diff at images/support/pgraster/data_subquery-data_16bsi_subquery-16BSI-135-diff.png Traceback: File "test/python_tests/pgraster_test.py", line 700,...
We should have something like ```python im=mapnik.Image(256,256) im(0,0)=mapnik.Color("red").packed() ``` or ```python im[0,0]=mapnik.Color("red").packed() ```
Currently the subprocess call to setup mason deps may fail but the build continues. We should stop hard on any error returned from `bootstrap.sh` at https://github.com/mapnik/python-mapnik/blob/46b552013332cb91c714a1a6730a6960c011f056/setup.py#L105 /cc @artemp
Hi. We rendered tiles with generate_tiles_multiprocess.py and road labels look quite strange as per attached screenshot. Why do these labels look incomplete ? Have you seen anything like this before...
The **mapnik/value** directory is missing in the ZIP download I did from Git earlier today. The expected contents are required by several source files listed below. Result is failed builds....