summaryrefslogtreecommitdiff
path: root/tools/mmd/MmdCommands.py
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-11 11:36:21 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-11 11:36:21 +0000
commit4c4e979a95eaaf4d07bae728cedef2e9ccc274aa (patch)
treeaf836f572d44acf8a54449e9c0f5d625c15c96e1 /tools/mmd/MmdCommands.py
parent- more Satellite code (diff)
- more Satellite code
- rounding longitude and latitude to 10^-5 now - added java array creation to class Satellite - included class satellite in osmWidget () git-svn-id: https://svn.spreadspace.org/mur.sat@121 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools/mmd/MmdCommands.py')
-rw-r--r--tools/mmd/MmdCommands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mmd/MmdCommands.py b/tools/mmd/MmdCommands.py
index c1dbeb9..410acfe 100644
--- a/tools/mmd/MmdCommands.py
+++ b/tools/mmd/MmdCommands.py
@@ -130,7 +130,7 @@ def index (session):
display the index page
"""
satellite = {'longitude': 15.4426, 'latitude': 47.06576}
- return indexWidget (dataWidget (), osmWidget (satellite, session.user), statusWidget (session), session)
+ return indexWidget (dataWidget (), osmWidget (session), statusWidget (session), session)
def mmdtest (env, cookie):
body = ''