Updated Lausanne Sprint Notes (markdown)

elemoine
2013-03-05 06:52:19 -08:00
parent ee83862554
commit 5d2bd6c952
+15
@@ -83,6 +83,21 @@
* Will fix pinch and kinetic issues.
* Bruno
* Worked on the WMTS source and grid. PR to come.
### API discussions
```
var map = new ol.Map({
controls: ol.controls.defaults({
attributionControl: false,
scaleLineOptions: {
units: 'nautical'
}
}, [
new ol.control.MoreExoticControl()
]
});
```