Updated Lausanne Sprint Notes (markdown)
@@ -83,6 +83,21 @@
|
|||||||
* Will fix pinch and kinetic issues.
|
* Will fix pinch and kinetic issues.
|
||||||
* Bruno
|
* Bruno
|
||||||
* Worked on the WMTS source and grid. PR to come.
|
* 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()
|
||||||
|
]
|
||||||
|
});
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user