mapnik/plugins/input/gdal
Michael Holloway 918e1a3a90 Ditch rint
Removes all usages of rint from the codebase, in favor of the standard
rounding and casting formula used throughout the codebase:

  static_cast<int>(std::floor(<val> + .5))

Fixes #2392
2019-03-22 14:23:32 -04:00
..
build.py consistently use pkg-config in both postgis plugin and pgsql2sqlite + use GDAL_CONFIG var in plugins 2017-03-28 15:18:48 -07:00
gdal_datasource.cpp Updated to use max_image_area as a datasource parameter for GDAL plugin 2018-03-30 15:40:30 -05:00
gdal_datasource.hpp Updated to use max_image_area as a datasource parameter for GDAL plugin 2018-03-30 15:40:30 -05:00
gdal_featureset.cpp Ditch rint 2019-03-22 14:23:32 -04:00
gdal_featureset.hpp gdal: Refactoring 2018-06-11 12:00:43 +00:00