diff --git a/Lausanne-Sprint-Notes.md b/Lausanne-Sprint-Notes.md index 8f7f411..58b427b 100644 --- a/Lausanne-Sprint-Notes.md +++ b/Lausanne-Sprint-Notes.md @@ -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() + ] +}); +```