python-mapnik
python-mapnik copied to clipboard
Python bindings for mapnik
I'm unable to install the library after downloading it. I tried in and out of a virtualenv. It might be that I need plain mapnik installed first, but I had...
I have generated a xml style sheet using `carto/project.mml > mapnik.xml` Whe I run a python script in order to render a pbf file I get an error while it...
I'm rendering multiple layers (one on top of another), and I need a way to distinguish (on the utfgrid) to which layer the element corresponds to. Any other suggestion to...
After I have run both of the following code ``` sudo python setup.py develop sudo python setup.py install ``` and it seems like installing and finishes without errors. And when...
Releases
[CONTRIBUTING.md](https://github.com/mapnik/python-mapnik/blob/master/CONTRIBUTING.md#releasing) states to hit up @flippmoke for new releases. Right now there are [no git tags](https://github.com/mapnik/python-mapnik/tags) What blockers are there to having a release? cc @woodpeck
https://launchpad.net/~mapnik seems have fallen out of date. The last stable release that has a PPA is 2.2.x. Lacking a PPA for 3.0.x, what's the current approach for installing Mapnik 3...
I want to make my system an OSM server on Ubuntu 15.10. I am following the link https://switch2osm.org/serving-tiles/manually-building-a-tile-server-14-04/ But I have installed mapnik through the commands $sudo apt-get install python-mapnik...
I am trying to use the python bindings to style text. To do that, I define a TextSymbolizer and I try to set its `name` property. However, when I do...
Commit [8c2fade](https://github.com/mapnik/python-mapnik/commit/8c2fade0d1c1a72ac75342c77fc2a53873825639) fixed an issue when building with Boost 1.60. Then commit [6256787](https://github.com/mapnik/python-mapnik/commit/6256787aff0bbdfeb6a1075059b5fffd1929f87e) undid the fix. The commit comment doesn't make it clear why the fix was backed out. What...
Hello, I have some troubles to install python bindings for mapnik on Debian Jessie. Mapnik 3.0.0 is installed : mapnik-config -v => 3.0.0 Running "python setup.py install" sends me the...