From 4c4e979a95eaaf4d07bae728cedef2e9ccc274aa Mon Sep 17 00:00:00 2001 From: Jogi Hofmüller Date: Thu, 11 Aug 2011 11:36:21 +0000 Subject: - 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 --- tools/mmd/MmdCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mmd/MmdCommands.py') 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 = '' -- cgit v1.2.3