postgis: use max float for no-op bbox token - closes #2158

This commit is contained in:
Dane Springmeyer 2014-03-12 13:31:14 -07:00
parent c9e3248cec
commit 551718df59

View File

@ -49,7 +49,7 @@
DATASOURCE_PLUGIN(postgis_datasource)
const double postgis_datasource::FMAX = std::numeric_limits<double>::max();
const double postgis_datasource::FMAX = std::numeric_limits<float>::max();
const std::string postgis_datasource::GEOMETRY_COLUMNS = "geometry_columns";
const std::string postgis_datasource::SPATIAL_REF_SYS = "spatial_ref_system";