+ fix name

This commit is contained in:
Artem Pavlenko 2012-01-19 11:08:07 -05:00 committed by Artem Pavlenko
parent 9357656e7d
commit 21798adb2f

View File

@ -219,7 +219,7 @@ void shape_datasource::init(shape_io& shape) const
#ifdef MAPNIK_DEBUG
std::clog << "Shape Plugin: extent=" << extent_ << std::endl;
std::clog << "Shape Plugin: file_length=" << file_length_ << std::endl;
std::clog << "Shape Plugin: shape_type=" << shape_type << std::endl;
std::clog << "Shape Plugin: shape_type=" << shape_type_ << std::endl;
#endif
}