mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
cast to int
This commit is contained in:
parent
8b5323f101
commit
35a42b49e6
@ -717,7 +717,7 @@ void text_renderer<T>::render_id(mapnik::value_integer feature_id,
|
||||
feature_id,
|
||||
bit->left,
|
||||
height - bit->top,
|
||||
itr->properties->halo_radius);
|
||||
static_cast<int>(itr->properties->halo_radius));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user