symbolizer : is_expression helper function
This commit is contained in:
parent
ee6d394321
commit
00175c9e5f
1 changed files with 5 additions and 0 deletions
|
@ -109,6 +109,11 @@ struct MAPNIK_DECL symbolizer_base
|
|||
cont_type properties;
|
||||
};
|
||||
|
||||
inline bool is_expression(symbolizer_base::value_type const& val)
|
||||
{
|
||||
return (val.which() == 6);
|
||||
}
|
||||
|
||||
// symbolizer properties target types
|
||||
enum class property_types : std::uint8_t
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue