Add gps_sync/tests/data/gps_sample.json

This commit is contained in:
Mika 2026-04-26 02:07:53 +00:00
parent 742b070672
commit a1cb39b8fe

View 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
}
]