diff options
author | Christian Franke <nobody@nowhere.ws> | 2017-03-07 14:23:31 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2017-03-07 14:23:31 +0100 |
commit | 4cef23be604322c45426e66153b85f87583dde62 (patch) | |
tree | 7672d05f4eb44432ff3c647d7db03549f59e602f | |
parent | 0b787d42d6e979f41f0001984fea283950044fd1 (diff) |
Revert "Fix latitude/longitude mixup"
This reverts commit 9dbe01253724a06a5dd9d67f19aa3b0497cef48b.
-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 086f0c1..c716e8f 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" }, - "lat":12.331125, - "lon":51.330398, + "lon":12.331125, + "lat":51.330398, "cam":["http:\/\/sublab.org\/img\/rack.webcam.jpg"], "open":false } |