mapnik-index : output number of elements
This commit is contained in:
parent
3368b6d1de
commit
950afdcac1
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ int main (int argc, char** argv)
|
||||||
{
|
{
|
||||||
tree.trim();
|
tree.trim();
|
||||||
std::clog << "number nodes=" << tree.count() << std::endl;
|
std::clog << "number nodes=" << tree.count() << std::endl;
|
||||||
//tree.print();
|
std::clog << "number element=" << tree.count_items() << std::endl;
|
||||||
file.exceptions(std::ios::failbit | std::ios::badbit);
|
file.exceptions(std::ios::failbit | std::ios::badbit);
|
||||||
tree.write(file);
|
tree.write(file);
|
||||||
file.flush();
|
file.flush();
|
||||||
|
|
Loading…
Reference in a new issue