mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
pj_clear_initcache is only available in proj >= 4.8
This commit is contained in:
parent
f861df2130
commit
b730d437f7
@ -25,7 +25,9 @@ int main (int argc, char* const argv[])
|
||||
|
||||
#ifdef MAPNIK_USE_PROJ4
|
||||
// http://trac.osgeo.org/proj/ticket/149
|
||||
#if PJ_VERSION >= 480
|
||||
pj_clear_initcache();
|
||||
#endif
|
||||
// https://trac.osgeo.org/proj/wiki/ProjAPI#EnvironmentFunctions
|
||||
pj_deallocate_grids();
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user