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"