python-mapnik icon indicating copy to clipboard operation
python-mapnik copied to clipboard

Python bindings for mapnik

Results 128 python-mapnik issues
Sort by recently updated
recently updated
newest added

Consider a simple map: ```xml dashed utf8 id|name|wkt 1|line|LINESTRING (30 10, 10 30, 40 40) csv ``` Now consider a Python script to recreate that map ```python import mapnik csv...

Hi, It is for a while that I am trying to compile this library based on existing mapnik version which is compiled on my system but could not fine any...

The following python-mapnik code should draw more overlapping markers on my map: ``` ... markers_icon_symbolizer = mapnik.MarkersSymbolizer() markers_icon_symbolizer.spacing = 100 markers_icon_symbolizer.allow_overlap = "true" markers_icon_symbolizer.ignore_placement = "true" ... ``` The problem...

Beyond a few simple tasks these bindings are **completely useless** without current documentation. With all due respect to the excellent Mapnik developers, an outdated wiki where none of the examples...

Hi, I have been trying to build it from the source using python3 on mac. Once I run python3 setup.py install, I face the following error: sh-3.2# python3 setup.py install...

Hi! I just installed the python-mapnik bindings and everything went fine until I tried to import it into python: ``` >>> import mapnik Traceback (most recent call last): File "",...

Hi, I'm trying to build mapnik with python bindings on Ubuntu 16.04. I cloned the mapnik and python-mapnik repositories, installed all the required dependencies, and compiled both projects successfully. But...

Hey guys, I installed mapnik from source and tried to install the python bindings as well. When I import mapnik I get an error. Can anyone help me? ``` (mapnik)...

This is similar to #131 but the missing library is different. Mapnik seems to be installed properly: 'mapnik-config -v' outputs '3.0.20' 'clang --version' : 'Apple LLVM version 9.1.0 (clang-902.0.39.2)' Mac...