mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-14 11:11:38 -05:00
* Support properties->date field for timestamp in GeoJSON imports * Fix GeoJSON date parsing
15 lines
247 B
JSON
15 lines
247 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [28, 36]
|
|
},
|
|
"properties": {
|
|
"date": "2016-06-21T06:09:33Z"
|
|
}
|
|
}
|
|
]
|
|
}
|