diff --git a/include/mapnik/feature.hpp b/include/mapnik/feature.hpp index 462733e3d..f36aa7d0e 100644 --- a/include/mapnik/feature.hpp +++ b/include/mapnik/feature.hpp @@ -160,8 +160,8 @@ public: std::string to_string() const { std::stringstream ss; - ss << "feature (" << std::endl; - ss << " id:" << id_ << std::endl; + ss << "feature " + << id_ << " (" << std::endl; for (std::map::const_iterator itr=props_.begin(); itr != props_.end();++itr) {