From d0e84dae5da5131cfa752e9ae3af53d05eaa6d7e Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Tue, 8 Jun 2021 17:34:24 +0200 Subject: [PATCH] Switch lat and lon --- components/entitiy_ident/mongo/traffic_lights.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/entitiy_ident/mongo/traffic_lights.json b/components/entitiy_ident/mongo/traffic_lights.json index 3c9ea67..ec5282a 100644 --- a/components/entitiy_ident/mongo/traffic_lights.json +++ b/components/entitiy_ident/mongo/traffic_lights.json @@ -1,21 +1,21 @@ [ { "id": "1", - "location": [47.90853, 16.20703], + "location": [16.20703, 47.90853], "range": 2000, "switchingTime": 500, "initialColor": "RED" }, { "id": "2", - "location": [47.91572, 16.20703], + "location": [16.20703, 47.91572], "range": 800, "switchingTime": 240, "initialColor": "GREEN" }, { "id": "3", - "location": [47.92471, 16.20703], + "location": [16.20703, 47.92471], "range": 1000, "switchingTime": 360, "initialColor": "RED"