summaryrefslogtreecommitdiff
path: root/tools/mmd
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-11 11:42:43 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-11 11:42:43 +0000
commitc44d1fa4b8b644e3a276512d1ed9a277cd43bfa7 (patch)
treef550d195c1b84c9d1ec09cdc1376005891ff2c2b /tools/mmd
parent- more Satellite code (diff)
- fixed Bug in call to getTrajectoryAsJavaArray in osmWidget ()
git-svn-id: https://svn.spreadspace.org/mur.sat@122 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools/mmd')
-rw-r--r--tools/mmd/MmdWidgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py
index c725945..4a4a7b0 100644
--- a/tools/mmd/MmdWidgets.py
+++ b/tools/mmd/MmdWidgets.py
@@ -269,7 +269,7 @@ def osmWidget (session):
latitude,
user_location.longitude,
user_location.latitude,
- session.satellite.getTrajectoryAsJavaArray (30)
+ session.satellite.getTrajectoryAsJavaArray ('curves', 30)
)
return html