From 5d2bd6c9525681aa4f76f51aeff0e6ed98fa0ca4 Mon Sep 17 00:00:00 2001 From: elemoine Date: Tue, 5 Mar 2013 06:52:19 -0800 Subject: [PATCH] Updated Lausanne Sprint Notes (markdown) --- Lausanne-Sprint-Notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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() + ] +}); +```