re-enable regex support
This commit is contained in:
parent
7bcba5f1be
commit
8d223c57e0
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ namespace mapnik
|
|||
[compose_filter<FeatureT,mapnik::less_than<value> >(self.filters,self.exprs)]
|
||||
| (L"<=" >> expression)
|
||||
[compose_filter<FeatureT,less_than_or_equal<value> >(self.filters,self.exprs)]
|
||||
/* | regex */);
|
||||
| regex );
|
||||
|
||||
equation = relation >> *( ( L'=' >> relation)
|
||||
[compose_filter<FeatureT,mapnik::equals<value> >(self.filters,self.exprs)]
|
||||
|
|
Loading…
Reference in a new issue