+ fix name

This commit is contained in:
Artem Pavlenko 2012-01-19 11:08:07 -05:00
parent 1fc70e01b0
commit 5ebe4d4ea3

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
}