cast to int
This commit is contained in:
parent
8b5323f101
commit
35a42b49e6
1 changed files with 1 additions and 1 deletions
|
@ -717,7 +717,7 @@ void text_renderer<T>::render_id(mapnik::value_integer feature_id,
|
||||||
feature_id,
|
feature_id,
|
||||||
bit->left,
|
bit->left,
|
||||||
height - bit->top,
|
height - bit->top,
|
||||||
itr->properties->halo_radius);
|
static_cast<int>(itr->properties->halo_radius));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue