diff --git a/include/mapnik/datasource.hpp b/include/mapnik/datasource.hpp index 009c3729a..f9a6e0d41 100644 --- a/include/mapnik/datasource.hpp +++ b/include/mapnik/datasource.hpp @@ -99,6 +99,11 @@ public: return params_; } + parameters & params() + { + return params_; + } + /*! * @brief Get the type of the datasource * @return The type of the datasource (Vector or Raster)