diff --git a/include/mapnik/map.hpp b/include/mapnik/map.hpp index 819261b6e..019c6176d 100644 --- a/include/mapnik/map.hpp +++ b/include/mapnik/map.hpp @@ -61,6 +61,7 @@ namespace mapnik Layer& getLayer(size_t index); void removeLayer(size_t index); std::vector const& layers() const; + void remove_all(); unsigned getWidth() const; unsigned getHeight() const; void setWidth(unsigned width);