Switch lat and lon
This commit is contained in:
parent
8d07d271e5
commit
d0e84dae5d
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user