+ ident
This commit is contained in:
parent
9d1f8f013b
commit
1557892862
1 changed files with 4 additions and 4 deletions
|
@ -87,11 +87,11 @@ public:
|
|||
Feature const& feature,
|
||||
proj_transform const& prj_trans);
|
||||
inline bool process(rule_type::symbolizers const& syms,
|
||||
Feature const& feature,
|
||||
proj_transform const& prj_trans)
|
||||
Feature const& feature,
|
||||
proj_transform const& prj_trans)
|
||||
{
|
||||
// agg renderer doesn't support processing of multiple symbolizers.
|
||||
return false;
|
||||
// agg renderer doesn't support processing of multiple symbolizers.
|
||||
return false;
|
||||
};
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue