Add gps_sync/tests/data/gps_sample.json
This commit is contained in:
parent
742b070672
commit
a1cb39b8fe
1 changed files with 22 additions and 0 deletions
22
gps_sync/tests/data/gps_sample.json
Normal file
22
gps_sync/tests/data/gps_sample.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"timestamp": "2024-05-01T10:00:00Z",
|
||||
"latitude": 48.5735,
|
||||
"longitude": 13.4489
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-05-01T10:00:05Z",
|
||||
"latitude": 48.5736,
|
||||
"longitude": 13.4490
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-05-01T10:00:10Z",
|
||||
"latitude": 48.5737,
|
||||
"longitude": 13.4491
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-05-01T10:00:15Z",
|
||||
"latitude": 48.5738,
|
||||
"longitude": 13.4492
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue