From 209e80f86be8b1c298f9e3eedf32412858ac9b03 Mon Sep 17 00:00:00 2001 From: tschaub Date: Thu, 8 Nov 2012 07:56:56 -0800 Subject: [PATCH] adding agenda for 2012-11-08 --- Meetings.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Meetings.md diff --git a/Meetings.md b/Meetings.md new file mode 100644 index 0000000..2dc3ce2 --- /dev/null +++ b/Meetings.md @@ -0,0 +1,18 @@ +## Agenda for [2012-11-08](http://timeanddate.com/worldclock/meetingdetails.html?year=2012&month=11&day=8&hour=16&min=0&sec=0&p1=75&p2=195) + + * Animation and Camera, based on [Tim's][1] and [Tom's][2] documents. Tom has just added a document describing what he's started implementing for the Camera. + + * Symbol, property and config object exports. [Tom and I wrote][3] to explain how exports work. Feel free to ask us questions if you have any. + + * I've ported Tim's "append tiles to DOM after load" patch to master, and I'm interested to know if we want to [merge this][4]. + + * Tom has developed across-platform system named pake aimed to replace make for ol3. We need to decide whether we're [merging Tom's work][5]. + + * Discuss the brightness, contrast, hue, and saturation [pull request][6]. + +[1]: https://github.com/openlayers/ol3/wiki/Animation-Cases +[2]: https://github.com/openlayers/ol3/wiki/Camera,-Animation-and-Frame-State +[3]: https://github.com/openlayers/ol3/wiki/Exports-Files +[4]: https://github.com/openlayers/ol3/issues/84 +[5]: https://github.com/openlayers/ol3/pull/76 +[6]: https://github.com/openlayers/ol3/pull/73