dawarich/spec/fixtures/files/geojson/google_takeout_example.json
Evgenii Burmakin 096a7a6ffa
Support properties->date field for timestamp in GeoJSON imports (#2159)
* Support properties->date field for timestamp in GeoJSON imports

* Fix GeoJSON date parsing
2026-01-14 00:17:27 +01:00

15 lines
247 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [28, 36]
},
"properties": {
"date": "2016-06-21T06:09:33Z"
}
}
]
}