mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
70 lines
1.2 KiB
JSON
70 lines
1.2 KiB
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
14.3439906,
|
|
50.0506312
|
|
]
|
|
},
|
|
"properties": {
|
|
"timestamp": "2023-01-01T08:00:00Z"
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
14.3439906,
|
|
50.0506312
|
|
]
|
|
},
|
|
"properties": {
|
|
"timestamp": "2023-01-01T10:00:00Z"
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
14.42076,
|
|
50.08804
|
|
]
|
|
},
|
|
"properties": {
|
|
"timestamp": "2023-01-02T12:00:00Z"
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
14.42076,
|
|
50.08804
|
|
]
|
|
},
|
|
"properties": {
|
|
"timestamp": "2023-01-02T14:00:00Z"
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
14.42076,
|
|
50.08804
|
|
]
|
|
},
|
|
"properties": {
|
|
"timestamp": "2023-01-02T16:00:00Z"
|
|
}
|
|
}
|
|
]
|
|
}
|