Switch lat and lon

This commit is contained in:
Tobias Eidelpes 2021-06-08 17:34:24 +02:00
parent 8d07d271e5
commit d0e84dae5d

View File

@ -1,21 +1,21 @@
[ [
{ {
"id": "1", "id": "1",
"location": [47.90853, 16.20703], "location": [16.20703, 47.90853],
"range": 2000, "range": 2000,
"switchingTime": 500, "switchingTime": 500,
"initialColor": "RED" "initialColor": "RED"
}, },
{ {
"id": "2", "id": "2",
"location": [47.91572, 16.20703], "location": [16.20703, 47.91572],
"range": 800, "range": 800,
"switchingTime": 240, "switchingTime": 240,
"initialColor": "GREEN" "initialColor": "GREEN"
}, },
{ {
"id": "3", "id": "3",
"location": [47.92471, 16.20703], "location": [16.20703, 47.92471],
"range": 1000, "range": 1000,
"switchingTime": 360, "switchingTime": 360,
"initialColor": "RED" "initialColor": "RED"