I have a GeoJSON file with a feature as follows:
{ "type": "Feature", "properties": { "Start Date": "01-09-2015", "End Date": "01-09-2015" }, "geometry": { "type": "GeometryCollection", "geometries": [ { "type": "Point", "name": "test", "coordinates"...