Changes between Version 1 and Version 2 of Ticket #2352
- Timestamp:
- 06/06/22 18:34:48 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2352 – Description
v1 v2 14 14 15 15 16 ''' 16 {{{ 17 17 user@ol15nightly:~$ cp -R /usr/share/doc/python3-mapnik/examples/* mapnik_test/ 18 18 … … 24 24 RuntimeError: Cannot initialize proj_transform for given projections without proj4 support (-DMAPNIK_USE_PROJ4): '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs'->'+proj=lcc +ellps=GRS80 +lat_0=49 +lon_0=-95 +lat+1=49 +lat_2=77 +datum=NAD83 +units=m +no_defs' 25 25 26 ''' 26 }}}