[extensions][dissolve] repaired dissolve w.r.t. turn changes

This commit is contained in:
Barend Gehrels
2014-05-17 21:09:07 +02:00
parent 422c6c7129
commit 5007f1debb

View File

@@ -125,7 +125,12 @@ class plusmin_policy
//negative = true;
typedef typename geometry::point_type<Geometry2>::type point_type;
typedef overlay::turn_info<point_type> turn_info;
typedef overlay::turn_info
<
point_type,
typename segment_ratio_type<point_type, RescalePolicy>::type
> turn_info;
std::deque<turn_info> turns;
// Get (and stop on) any intersection