follow up on 5b8b75e680
This commit is contained in:
parent
eb1a32eb79
commit
934124d30c
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ struct apply_vertex_placement
|
|||
proj_transform const& prj_trans_;
|
||||
};
|
||||
|
||||
template <template <typename, typename> typename GridAdapter, typename T, typename Points>
|
||||
template <template <typename, typename> class GridAdapter, typename T, typename Points>
|
||||
struct grid_placement_finder_adapter
|
||||
{
|
||||
grid_placement_finder_adapter(T dx, T dy, Points & points, double scale_factor)
|
||||
|
@ -575,7 +575,7 @@ void text_symbolizer_helper::init_marker() const
|
|||
finder_.set_marker(std::make_shared<marker_info>(marker, trans), bbox, unlock_image, marker_displacement);
|
||||
}
|
||||
|
||||
template <template <typename, typename> typename GridAdapter>
|
||||
template <template <typename, typename> class GridAdapter>
|
||||
void text_symbolizer_helper::initialize_grid_points() const
|
||||
{
|
||||
for (auto const& geom : geometries_to_process_)
|
||||
|
|
Loading…
Add table
Reference in a new issue