diff options
author | Christian Franke <nobody@nowhere.ws> | 2016-10-24 02:06:59 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2016-10-24 02:06:59 +0200 |
commit | 9dbe01253724a06a5dd9d67f19aa3b0497cef48b (patch) | |
tree | 38e8bf7c9ae0604ebbe83afd8ca7e71056c1d3c3 /template | |
parent | 64164b837573bed3861786706c4395f6a08aaa04 (diff) |
Fix latitude/longitude mixup
Diffstat (limited to 'template')
-rw-r--r-- | template/template.spaceapi.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/template.spaceapi.json b/template/template.spaceapi.json index c716e8f..086f0c1 100644 --- a/template/template.spaceapi.json +++ b/template/template.spaceapi.json @@ -16,8 +16,8 @@ "jabber":"xmpp:#sublab@irc.hackint.org", "email":"kontakt@sublab.org" }, - "lon":12.331125, - "lat":51.330398, + "lat":12.331125, + "lon":51.330398, "cam":["http:\/\/sublab.org\/img\/rack.webcam.jpg"], "open":false } |