This commit is contained in:
artemp 2014-12-17 14:54:31 +01:00
parent 0d7fbdc25d
commit 137bd0ba3b

View file

@ -124,7 +124,7 @@ bool raster_colorizer::add_stop(colorizer_stop const& stop)
template <typename T>
void raster_colorizer::colorize(image_data_rgba8 & out, T const& in,
boost::optional<double>const& nodata,
boost::optional<double> const& nodata,
feature_impl const& f) const
{
using image_data_type = T;