Updated OpenLayers 3 Austria Code Sprint Spring 2015 (markdown)

Tim Schaub
2015-03-26 09:42:47 -06:00
parent e15d79e2a1
commit 271aa08fb3
+11 -1
@@ -92,4 +92,14 @@ The main theme of the sprint is: "Making ol3 more user friendly". Topics to focu
* Start a 'Migrating-from-OpenLayers v2.13.1' document
* Make a side by side comparison of the capabilities of OpenLayers v2 vs. v3, with the examples of v2 being providing basic structure. The goal here is to document what currently is in v3, what in the future may be in v3 and what is very unlikely to be included. That last part should possibly include hints to third party libraries or custom code to accomplish the desired.
* Evaluate whether API-doc search can be configured to also search for keys in configuration objects
* Evaluate whether API-doc search can be configured to also search for keys in configuration objects
### Ideas from Tim:
* Publish a build service and a client at openlayers.org so people can create builds of the library from the web
* Flesh out the API docs
* Build examples from a common template, add more structured data to examples (YAML front-matter), create a better UI for searching and discovering examples
* Discuss [vector tiles](https://github.com/mapbox/vector-tile-spec) and develop consensus on how vector loading should be handled
* Write a [Geobuf format](https://github.com/mapbox/geobuf)
* Render to a single map Canvas without intermediate Canvases per raster layer
* Discuss raster reprojection