|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r75870 - in trunk/libs/geometry/example_extensions/gis: latlong projections
From: mateusz_at_[hidden]
Date: 2011-12-08 18:58:24
Author: mloskot
Date: 2011-12-08 18:58:22 EST (Thu, 08 Dec 2011)
New Revision: 75870
URL: http://svn.boost.org/trac/boost/changeset/75870
Log:
[geometry] Updated path to #include <boost/geometry/extensions/algorithms/parse.hpp missing from r69908
Text files modified:
trunk/libs/geometry/example_extensions/gis/latlong/distance_example.cpp | 5 +----
trunk/libs/geometry/example_extensions/gis/projections/p01_projection_example.cpp | 2 +-
2 files changed, 2 insertions(+), 5 deletions(-)
Modified: trunk/libs/geometry/example_extensions/gis/latlong/distance_example.cpp
==============================================================================
--- trunk/libs/geometry/example_extensions/gis/latlong/distance_example.cpp (original)
+++ trunk/libs/geometry/example_extensions/gis/latlong/distance_example.cpp 2011-12-08 18:58:22 EST (Thu, 08 Dec 2011)
@@ -15,13 +15,10 @@
#include <iostream>
#include <boost/geometry/geometry.hpp>
-
#include <boost/geometry/geometries/point_xy.hpp>
-
+#include <boost/geometry/strategies/spherical/distance_cross_track.hpp>
#include <boost/geometry/extensions/gis/latlong/latlong.hpp>
#include <boost/geometry/extensions/gis/geographic/strategies/andoyer.hpp>
-#include <boost/geometry/strategies/spherical/distance_cross_track.hpp>
-
#include <boost/geometry/extensions/gis/projections/proj/sterea.hpp>
#include <boost/geometry/extensions/gis/projections/proj/laea.hpp>
#include <boost/geometry/extensions/gis/projections/parameters.hpp>
Modified: trunk/libs/geometry/example_extensions/gis/projections/p01_projection_example.cpp
==============================================================================
--- trunk/libs/geometry/example_extensions/gis/projections/p01_projection_example.cpp (original)
+++ trunk/libs/geometry/example_extensions/gis/projections/p01_projection_example.cpp 2011-12-08 18:58:22 EST (Thu, 08 Dec 2011)
@@ -10,7 +10,7 @@
#include <boost/geometry/geometry.hpp>
#include <boost/geometry/geometries/point_xy.hpp>
-#include <boost/geometry/algorithms/parse.hpp>
+#include <boost/geometry/extensions/algorithms/parse.hpp>
#include <boost/geometry/domains/gis/io/wkt/stream_wkt.hpp>
#include <boost/geometry/extensions/gis/latlong/latlong.hpp>
#include <boost/geometry/extensions/gis/projections/parameters.hpp>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk