LeafletTimedimension example with geojson GeometryCollection

HTML

<script src="https://rawgit.com/nezasa/iso8601-js-period/master/iso8601.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css">
<script src="//rawgit.com/socib/Leaflet.TimeDimension/master/dist/leaflet.timedimension.src.withlog.js"></script>
<link rel="stylesheet" href="//rawgit.com/socib/Leaflet.TimeDimension/master/dist/leaflet.timedimension.control.min.css">
<div id="map" style="width: 800px; height: 400px; margin: 0 auto"></div>

JavaScript

var data = {
type: "FeatureCollection",
features: [
{
type: "Feature",
id: "5626001__2017-11-05T00:00:00Z",
properties: {
id: "5626001_",
name: "Institut Pertanian Tok Dor",
cum_daily: -9,
severity: "No Rainfall",
time: 1509840000,
Datetime: "2017-11-05T00:00:00Z"
},
geometry: {
type: "Point",
coordinates: [
102.616851,
5.658109
]
}
},
{
type: "Feature",
id: "5626001__2017-11-05T00:15:00Z",
properties: {
id: "5626001_",
name: "Institut Pertanian Tok Dor",
cum_daily: -9,
severity: "No Rainfall",
time: 1509840900,
Datetime: "2017-11-05T00:15:00Z"
},
geometry: {
type: "Point",
coordinates: [
102.616851,
5.658109
]
}
},
{
type: "Feature",
id: "5626001__2017-11-05T00:30:00Z",
properties: {
id: "5626001_",
name: "Institut Pertanian Tok Dor",
cum_daily: -9,
severity: "No Rainfall",
time: 1509841800,
Datetime: "2017-11-05T00:30:00Z"
},
geometry: {
type: "Point",
coordinates: [
102.616851,
5.658109
]
}
},
{
type: "Feature",
id: "5626001__2017-11-05T00:45:00Z",
properties: {
id: "5626001_",
name: "Institut Pertanian Tok Dor",
cum_daily: -9,
severity: "No Rainfall",
time: 1509842700,
Datetime: "2017-11-05T00:45:00Z"
},
geometry: {
type: "Point",
coordinates: [
102.616851,
5.658109
]
}
},
{
type: "Feature",
id: "5626001__2017-11-05T01:00:00Z",
properties: {
id: "5626001_",
name: "Institut Pertanian Tok Dor",
cum_daily: -9,
severity: "No Rainfall",
time: 1509843600,
Datetime: "2017-11-05T01:00:00Z"
},
geometry: {
type: "Point",
coordinates: [
102.616851,
5.658109
]
}
},
{
type: "Feature",
id: "5626001__2017-11-05T01:15:00Z",
properties: {
id: "5626001_",
name: "Institut Pertanian Tok Dor",
cum_daily: -9,
severity: "No Rainfall",
time: 1509844500,
Datetime: "2017-11-05T01:15:00Z"
},
geometry: {
type: "Point",
coordinates: [
102.616851,
5.658109
]
}
},
{
type: "Feature",
id: "5626001__2017-11-05T01:30:00Z",
properties: {
id: "5626001_",
name: "Institut Pertanian Tok Dor",
cum_daily: -9,
severity: "No Rainfall",
time: 1509845400,
Datetime: "2017-11-05T01:30:00Z"
},
geometry:...