Boost.Geometry: Merged r72086 through r72406

[SVN r72409]
This commit is contained in:
Barend Gehrels
2011-06-05 14:43:07 +00:00
parent 779aec050b
commit c76cee8932
43 changed files with 790 additions and 219 deletions

View File

@@ -267,7 +267,7 @@ int main()
// (geographic calculations are in an extension; for sample it makes no difference)
typedef boost::geometry::model::point
<
double, 2, boost::geometry::cs::spherical<boost::geometry::degree>
double, 2, boost::geometry::cs::spherical_equatorial<boost::geometry::degree>
> point_type;
typedef boost::geometry::model::linestring<point_type> line_type;