dawarich/spec/fixtures/files/geojson/gpslogger_example.json
2024-11-08 14:22:23 +01:00

23 lines
474 B
JSON

{
"features": [
{
"geometry": {
"coordinates": [
106.64234449272531,
10.758321212464024
],
"type": "Point"
},
"properties": {
"accuracy": 4.7551565,
"altitude": 17.634344400269068,
"provider": "gps",
"speed": 1.2,
"time": "2024-11-03T16:30:11.331+07:00",
"time_long": 1730626211331
},
"type": "Feature"
}
],
"type": "FeatureCollection"
}