aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/config.js-example
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/config.js-example')
-rw-r--r--src/js/config.js-example6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/js/config.js-example b/src/js/config.js-example
index f5648a9..2cad6b6 100644
--- a/src/js/config.js-example
+++ b/src/js/config.js-example
@@ -18,5 +18,9 @@ var CONFIG = {
ACCURACY: 100,
// how long, in milliseconds, before photo uploads timeout. Defaults to 120000 ( 2 minutes )
- UPLOAD_TIMEOUT: 120000
+ UPLOAD_TIMEOUT: 120000,
+
+ // leave this at 0 otherwise it will use the fixmystreet tile set
+ // which only covers the UK
+ isUK: 0
};