summaryrefslogtreecommitdiff
path: root/src/Panorama.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Panorama.cxx')
-rw-r--r--src/Panorama.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx
index 6f4b1de..aeba8ad 100644
--- a/src/Panorama.cxx
+++ b/src/Panorama.cxx
@@ -28,6 +28,7 @@
#include "Panorama.H"
#include "ProjectionTangential.H"
+#include "ProjectionSphaeric.H"
#define EARTH_RADIUS 6371010.0
@@ -43,7 +44,7 @@ Panorama::Panorama() {
parms.a_tilt = 0.0;
parms.scale = 3500.0;
view_name = NULL;
- proj = new ProjectionTangential();
+ proj = new ProjectionSphaeric();
}
Panorama::~Panorama() {