remove hardcoded define to enable proj4
This commit is contained in:
parent
ba4eeabcd9
commit
cf11a27a22
2 changed files with 0 additions and 4 deletions
|
@ -26,8 +26,6 @@
|
|||
#include <mapnik/coord.hpp>
|
||||
#include <mapnik/utils.hpp>
|
||||
|
||||
#define MAPNIK_USE_PROJ4
|
||||
|
||||
#ifdef MAPNIK_USE_PROJ4
|
||||
// proj4
|
||||
#include <proj_api.h>
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
#include <mapnik/util/trim.hpp>
|
||||
#include <mapnik/well_known_srs.hpp>
|
||||
|
||||
#define MAPNIK_USE_PROJ4
|
||||
|
||||
#ifdef MAPNIK_USE_PROJ4
|
||||
// proj4
|
||||
#include <proj_api.h>
|
||||
|
|
Loading…
Reference in a new issue