mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-11 11:52:11 +00:00
Boost.Geometry: Merged r72086 through r72406
[SVN r72409]
This commit is contained in:
@@ -249,11 +249,11 @@ inline void build_route(Graph const& graph,
|
||||
|
||||
int main()
|
||||
{
|
||||
// Define a point in the Geographic coordinate system (currently Spherical)
|
||||
// Define a point in the Geographic coordinate system (currently spherical-equatorial)
|
||||
// (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