+ wrap return value into mapnik::value_integer
This commit is contained in:
parent
a38b252ccd
commit
e331566ac7
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ struct geometry_type_attribute
|
||||||
{
|
{
|
||||||
if (type != 0 && itr->type() != type)
|
if (type != 0 && itr->type() != type)
|
||||||
{
|
{
|
||||||
return 4LL; // Collection
|
return value_integer(4); // Collection
|
||||||
}
|
}
|
||||||
type = itr->type();
|
type = itr->type();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue