summaryrefslogtreecommitdiff
path: root/tools/mmd/MmdLocation.py
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-11 12:31:16 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-11 12:31:16 +0000
commitabcb8f300a44b67e2c75330627b690944ed769cf (patch)
treedb80179ea87e63072e7e62f5ed2c45ff59d95aa3 /tools/mmd/MmdLocation.py
parent- fixed Bug in call to getTrajectoryAsJavaArray in osmWidget () (diff)
- fixed Bug in call to getTrajectoryAsJavaArray in osmWidget ()
- included real satellite data in dataWidget () - added comment to map git-svn-id: https://svn.spreadspace.org/mur.sat@123 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools/mmd/MmdLocation.py')
-rw-r--r--tools/mmd/MmdLocation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mmd/MmdLocation.py b/tools/mmd/MmdLocation.py
index e3212bb..7a51618 100644
--- a/tools/mmd/MmdLocation.py
+++ b/tools/mmd/MmdLocation.py
@@ -23,6 +23,7 @@ class Location:
self.name = 'Graz/Austria'
self.longitude = 15.44226
self.latitude = 47.06576
+ self.altitude = 376
def create (self, name, longitude, latitude, is_default, user_id):
self.name = name