mapnik / python-mapnik

Python bindings for mapnik
GNU Lesser General Public License v2.1
160 stars 91 forks source link

projection issue #244

Closed mar0321 closed 3 years ago

mar0321 commented 3 years ago

Hi im trying to use new mapnik master and python mapnik master. Python-mapnik master is not working to compile because of some error with proj libary so it was recommend here in another thread to use branch proj6. But still when im trying to iniciate some rasterization via mapnik i got this error: Cannot initialize projection '+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +pm=greenwich +units=m +no_defs +towgs84=570.8,85.7,462.8,4.998,1.587,5.261,3.56 ' without proj support (-DMAPNIK_USE_PROJ)

Im not sure, if the problem is - deprectated proj4 or some parts of proj are missing? Anyone can help me? if i use epsg:3857 works fine but its a problem that i cant use other srs right now. Thank you for help

mar0321 commented 3 years ago

could someone help me to solve this issue?