$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60937 - sandbox/geometry/libs/geometry/example/extensions/gis/projections
From: barend.gehrels_at_[hidden]
Date: 2010-03-30 08:13:46
Author: barendgehrels
Date: 2010-03-30 08:13:45 EDT (Tue, 30 Mar 2010)
New Revision: 60937
URL: http://svn.boost.org/trac/boost/changeset/60937
Log:
Adapted path to WKT
Text files modified:
sandbox/geometry/libs/geometry/example/extensions/gis/projections/p03_projmap_example.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/geometry/libs/geometry/example/extensions/gis/projections/p03_projmap_example.cpp
==============================================================================
--- sandbox/geometry/libs/geometry/example/extensions/gis/projections/p03_projmap_example.cpp (original)
+++ sandbox/geometry/libs/geometry/example/extensions/gis/projections/p03_projmap_example.cpp 2010-03-30 08:13:45 EDT (Tue, 30 Mar 2010)
@@ -130,7 +130,7 @@
// Note, file location: trunk/libs/geometry/example/data
// update path below if necessary
read_wkt_and_project_and_write_svg(
- "data/world.wkt",
+ "../../../data/world.wkt",
"+proj=moll +ellps=clrk66",
"world.svg");
}