TimeMap.init({ datasets: [ { title: "Progressive KML Dataset", type: "progressive", options: { loader: new TimeMap.loaders.kml({ url: "/mydata.kml?start=[start]&end=[end]" }) } } ], // etc... });
is that should be url: "mydata.kml?start=[start]&end=[end]" without "/"
--
You received this message because you are subscribed to the Google Groups "Timemap.js Development" group.
To view this discussion on the web visit https://groups.google.com/d/msg/timemap-development/-/rlcB-gstOHIJ.
To post to this group, send email to timemap-d...@googlegroups.com.
To unsubscribe from this group, send email to timemap-develop...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/timemap-development?hl=en.