+ update skia-renderer to work with master
This commit is contained in:
parent
1801a33949
commit
21858be3ed
1 changed files with 8 additions and 3 deletions
|
@ -76,9 +76,14 @@ public:
|
|||
|
||||
void painted(bool painted) {};
|
||||
|
||||
inline bool process(rule::symbolizers const& /*syms*/,
|
||||
mapnik::feature_impl & /*feature*/,
|
||||
proj_transform const& /*prj_trans*/)
|
||||
inline double scale_factor() const
|
||||
{
|
||||
return scale_factor_;
|
||||
}
|
||||
|
||||
inline bool process(rule::symbolizers const& ,
|
||||
mapnik::feature_impl & ,
|
||||
proj_transform const& )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue