python-mapnik
python-mapnik copied to clipboard
Python bindings for mapnik
Hi i would love to have python-mapnik with mapnik 4.0.1 version but it seems to have issues with mapbox::variant which doesnt know long long int data type, but also it...
As reported in [Debian Bug #1018529](https://bugs.debian.org/1018529), nose is an obsolete testing framework for Python, dead and unmaintained since 2015 [[1](https://github.com/nose-devs/nose/commit/0f40fa995384afad)][[2](https://pypi.org/project/nose/#history)], nose2 or pytest should be used instead. Only `test/run_tests.py` still...
When I do `pip install . -v` on Debian 12 Bookworm I get this output. ``` writing packaging/mapnik.egg-info/PKG-INFO writing dependency_links to packaging/mapnik.egg-info/dependency_links.txt writing top-level names to packaging/mapnik.egg-info/top_level.txt reading manifest file...
[setup.py](https://github.com/mapnik/python-mapnik/blob/9f36dafbd1d0d80fe6b08e0607437a831d471c73/setup.py#L121) states 4.0.0, but [pyproject.toml](https://github.com/mapnik/python-mapnik/blob/9f36dafbd1d0d80fe6b08e0607437a831d471c73/pyproject.toml#L10) states 4.0.6. They also disagree on the required version of Python
 When developing a map service based on the TMS protocol using Python Mapnik and using the XML Config Reference rendering style, when the map level is very small, why...
Hello, I got an error when using python mapnik with cairo, Mapnik version: 4.0.4, Cairo version: 1.7.3. log: ``` TypeError: render(): incompatible function arguments. The following argument types are supported:...
Hello, I got an error during the pip install phase, Mapnik version: 4.0.4. log: src/mapnik_gamma_method.cpp: In function ‘void export_gamma_method()’: src/mapnik_gamma_method.cpp:39:33: error: ‘GAMMA_POWER’ is not a member of ‘mapnik’; did you...
Nose is obsolete as reported in #282, `run_tests.py` is last remnant not using `pytest`. Fixes: #282