python-mapnik
python-mapnik copied to clipboard
Python bindings for mapnik
Hi, While I am compiling python-mapnik with the latest mapnik version I have faced this error ``` d:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD "-IC:\Program...
I tried: ``` ts = mapnik.TextSymbolizer() ts.face_name = 'Arial.ttf' ``` but that failed with: ``` Traceback (most recent call last): File "europe-now-map.py", line 5, in themap = config.make_europe_all_map() File "/Users/larsga/cvs-co/farmhouse/config.py",...
I tried creating a TextSymbolizer without specifying the `face_name` property. This caused a crash as follows: ``` VM Regions Near 0: --> __TEXT 00000001084bd000-00000001084bf000 [ 8K] r-x/rwx SM=COW /usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python Thread...
Ubuntu 18.04 compile and install mapnik from master. `mapnik-config -v => 4.0.0` When try install python binding (v.3.0.x branch): ``` src/mapnik_datasource.cpp:37:10: fatal error: mapnik/box2d.hpp: No such file or directory #include...
I am trying to import Python3 Mapnik in AWS lambda. I installed Python3 Mapnik in my ubuntu 18.04 from APT package 'python3-mapnik'. But i cannot do 'pip3 install mapnik' getting...
I have installed mapnik from pip using following command pip install mapnik while importing mapnik I get following issue **import mapnik File "/cygdrive/e/open_steet_map/osm_env/lib/python2.7/site-packages/mapnik/__init__.py", line 72, in from _mapnik import *...
Dear community, my OS is Ubuntu 18.04 x86-64 with python 3.6. All uptodate. I successfully built and installed mapnik, 3.0.x branch from source by using the mason packages. But I...
Hi, I have tried to install python-mapnik on ubunto but faced some issues. I have already tested these versions, 1- Installed last mapnik version from its repo with no problem....
#### Notable changes - `setup.py` reads environment variables `MASON_ROOT` and `MAPNIK_CONFIG`, which can be used to override these paths; defaults remained as before - `setup.py` no longer calls `bootstrap.sh`; it...
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cmath:313:9: error: no member named 'signbit' in the global namespace using ::signbit; ~~^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cmath:314:9: error: no member named 'fpclassify' in the global namespace using ::fpclassify; ~~^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cmath:315:9: error: no member...