From: Robert Kaiser Date: Sun, 29 Jan 2012 13:54:24 +0000 (+0100) Subject: turn on debug in production for a bit of experimenting X-Git-Tag: legacy-preGL~78 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=c13d4d7a7fc3e7c9c45c553c346665aef5225778;hp=753078ce02b821c2ca9611306b2d055b11f18cfa;ds=sidebyside turn on debug in production for a bit of experimenting --- diff --git a/js/map.js b/js/map.js index cb659f9..385b36f 100644 --- a/js/map.js +++ b/js/map.js @@ -3,7 +3,7 @@ * You can obtain one at http://mozilla.org/MPL/2.0/. */ var gCanvas, gContext, gGeolocation; -var gDebug = false; +var gDebug = true; var gTileSize = 256; var gMaxZoom = 18; // The minimum is 0.