From 10cffb91749ce8f994abfd3981f2f91ab8da12cd Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Mon, 9 Oct 2006 09:43:43 +0000 Subject: [PATCH] added remove_all --- include/mapnik/map.hpp | 1 + 1 file changed, 1 insertion(+) 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);