formatting mostly

This commit is contained in:
Artem Pavlenko 2006-07-24 20:08:32 +00:00
parent d11153ccf8
commit 0bb121a747
8 changed files with 270 additions and 275 deletions

View file

@ -27,7 +27,7 @@
#include <vector>
#include <iostream>
#include <boost/progress.hpp>
#include "envelope.hpp"
#include "datasource.hpp"
#include "layer.hpp"
@ -37,7 +37,6 @@
namespace mapnik
{
template <typename Processor>
class feature_style_processor
{
@ -61,7 +60,7 @@ namespace mapnik
void apply()
{
timer clock;
boost::progress_timer t;
Processor & p = static_cast<Processor&>(*this);
p.start_map_processing(m_);
@ -76,11 +75,7 @@ namespace mapnik
}
++itr;
}
p.end_map_processing(m_);
clock.stop();
}
private:
void apply_to_layer(Layer const& lay,Processor & p)