summaryrefslogtreecommitdiff
path: root/src/gipfel.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-08-10 17:56:37 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-08-10 17:56:37 +0200
commitc712d598ea39dc4f90a733dc06c44617eb30bcbb (patch)
tree5c1d822deff1877ec78499761d6c19745cc31f81 /src/gipfel.cxx
parentdadd1edab19c6f87c3e8cca7e9fbcce554dd4cb0 (diff)
implement automatic gipfelweb generation
Diffstat (limited to 'src/gipfel.cxx')
-rw-r--r--src/gipfel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index 295adf6..ba757e2 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -658,9 +658,9 @@ export_hills(const char *export_mode, double visibility) {
} else {
ImageMetaData md;
if (md.load_image(img_file) == 0) {
- printf(",,%s,,%f,%f,%d\n", img_file,
- md.get_longitude(),
+ printf(",%s,,%f,%f,%d\n", img_file,
md.get_latitude(),
+ md.get_longitude(),
(int) rint(md.get_height()));
ret = 0;
}