remove hardcoded define to enable proj4

This commit is contained in:
Dane Springmeyer 2013-01-29 02:03:04 -05:00
parent ba4eeabcd9
commit cf11a27a22
2 changed files with 0 additions and 4 deletions

View file

@ -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>

View file

@ -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>