mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
added remove_all
This commit is contained in:
parent
b2ce94166b
commit
10cffb9174
@ -61,6 +61,7 @@ namespace mapnik
|
||||
Layer& getLayer(size_t index);
|
||||
void removeLayer(size_t index);
|
||||
std::vector<Layer> const& layers() const;
|
||||
void remove_all();
|
||||
unsigned getWidth() const;
|
||||
unsigned getHeight() const;
|
||||
void setWidth(unsigned width);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user