mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 23:22:10 +00:00
Boost.Geometry: Merged r72086 through r72406
[SVN r72409]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user