From b31d5cdb4a510324d0ef72351147a36e3393d3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 4 Mar 2013 10:07:00 +0100 Subject: [PATCH] Update readme.md --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 85925eddb5..e969219100 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,13 @@ ## Hosted Examples -The examples are hosted on GitHub (as GitHub pages). See http://openlayers.github.com/ol3/master/examples/. +The examples are hosted on GitHub (as GitHub pages): http://openlayers.github.com/ol3/master/examples/. + +By default the examples use the `ol.js` script, which is compiled using Closure Compiler's ADVANVCED mode. +By appending `?mode=simple` or `?mode=whitespace` to the URL you can make the example page load `ol-simple.js` +or `ol-whitespace.js` instead of `ol.js`. As their names suggest it, `ol-simple.js` and `ol-whitespace.js` +are compiled using the SIMPLE and WHITESPACE modes, respectively. For example: +http://openlayers.github.com/ol3/master/examples/full-screen.html?mode=simple. ## Build OpenLayers 3