-
Notifications
You must be signed in to change notification settings - Fork 0
Meetings
Agenda and meeting minutes for 2013-03-21
- Documentation
- WebGL vector
- View config object to Map constructor (https://github.com/openlayers/ol3/pull/400)
- Restructuring README, CONTRIBUTING, and adding Developer Guide
Agenda and meeting minutes for 2013-03-14
Community Infrastructure
-
Central place to get information
Chris Holmes: We need to have a central place to get information about ol3 (where newcomers can be pointed to to get started and understand what is going on). Let’s decide where and how and take action.
Decision: landing page on github page. Wiki for “getting started”, examples with explanation, …
Who: Bart proposes to take care of this.
-
Getting Started / how to contribute guide
Based on the current Readme. Let’s extend and complete it (ex: examples should be added for each new feature)
Target: contributors (getting started guide for application developer will come later)
Who: Eric and Bart
-
First Public release
April 10: first public alpha release. -> communication and information for app developer who wants to try things.
-
Roadmap
Publish the Roadmap, without date
Who: Benoît
-
API doc
Work on API doc. Check if we use the right tool.
Who: Andreas.
-
Getting application developer in:
Eric to check how application developers (not OL3 contributor) can help (probably mostly by testing)
Technical Stuff
-
Eric opens the discussion about issue 340 regarding map API. Working on it. Comments welcome.
-
Discussion regarding the vector work is postponed until we can get Andreas and/or Tim in.
(https://docs.google.com/document/d/1fIkehZ4T40BMnSUBa5G4qPJPZtfy0MfI0oy_0Nnjsfs/edit#)
Agenda for 2013-02-07
Meeting dedicated to discussing vector.
- Talk about opening up this dev meeting to other folks.
Agenda for 2013-01-31
Introduction:
- Small feedback from yesterday's management conference call (between the directors of the companies) and process discussion
Work done:
- Single Image layer, DOM and Canvas renderers, attribution (see below)
- Kinetic panning (@bbinet)
- Test fixes (@elemoine)
- Initial Cesium integration (@bagnell, @elemoine)
- Miscellaneous bug fixes and improvements
Ongoing work:
- Touch interaction (@fredj)
- WebGL Single Image layer renderer (@elemoine, @twpayne, @bbinet, @fredj)
- Canvas renderer optimization (@twpayne)
- WMTS data source (@bbinet)
- Zoom slider (@marcjansen)
- Vector (@tschaub, @ahocevar)
- WMS GetCapabilities parser (@bartvde)
Any other business:
- Code Sprint Dates (http://doodle.com/wxi2a7s7ywr4pcxm)
Agenda for 2013-01-24
Work done:
- Heapify-based tile queue (now dropping tiles)
- Tile cache expiration
- Texture cache expiration
- Animated zooming
Ongoing work:
- Touch interaction (@fredj)
- Kinetic pan (@bbinet)
- Single image source/layer (@elemoine)
- Canvas renderer optimization (@twpayne)
- Zoom slider (@marcjansen)
- Vector (@tschaub, @ahocevar)
- ...
Things to discuss:
- Overlay https://github.com/openlayers/ol3/pull/148
- Defer loading of tiles and adding of interim tiles to the DOM (mobile performance)
Agenda for 2013-01-17
- Work done by Camptocamp: tile queue, animation framework, canvas renderer, postrender events, mouse position control, attribution control, interaction hints, animated zoom, WebGL renderer performance improvements, Trello, miscellaneous bug fixes and improvements
- Work done by OpenGeo: validity extent
- Work done by Terrestris
- Work in progress by Camptocamp: touch interactions, tile queue improvements, kinetic panning, Cesium integration
- Work in progress by OpenGeo: vector
- Work in progress by Terrestris: pan zoom bar control
- Next steps
Agenda for 2013-01-10
- Work done by Camptocamp: view, WebGL renderer clean-ups, Plovr, pure transform DOM renderer, beyond image tiles, frame state and animation
- Work done by OpenGeo
- Work done by Terrestris
- Project tracking (Trello?)
- Next steps
- Cesium integration
Agenda for 2012-12-13
OpenLayers 3 Cesium Integration.
- Where can OL3 help Cesium?
- When can AGI help? (renderer architecture review, etc.)
- What an OL3 Cesium integration can look like?
- Will OL3 expose Cesium objects?
- "Bringing 3D to OpenLayers 3 with Cesium" presentation at FOSS4G NA? (target submission deadline is mid-feb)
Agenda for 2012-11-15
Done since previous meeting (not much):
- Merged Pake (#76)
- Fixed DOM renderer issue in FF (#84)
Agenda for 2012-11-08
-
Animation and Camera, based on Tim's and Tom's 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 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.
-
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.
-
Discuss the brightness, contrast, hue, and saturation pull request.