aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/config.js-example
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/config.js-example')
-rw-r--r--www/js/config.js-example6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/js/config.js-example b/www/js/config.js-example
index 6260aef..a221cb0 100644
--- a/www/js/config.js-example
+++ b/www/js/config.js-example
@@ -52,7 +52,11 @@ var CONFIG = {
// If this is true then the user must login as the first step after
// installing the app, and before making any reports.
- LOGIN_REQUIRED: false
+ LOGIN_REQUIRED: false,
+
+ // The ratio of the data bounds to the viewport bounds (in each dimension).
+ // See http://dev.openlayers.org/releases/OpenLayers-2.13.1/doc/apidocs/files/OpenLayers/Strategy/BBOX-js.html
+ MAP_LOADING_RATIO: 2
};