Simon Hunt

GUI- topo : added debug log of map settings.

Change-Id: I31d280d15fbcfc67f63342e02d6f056d7614f71e
......@@ -384,6 +384,9 @@
tintOn = tint === 'on' ? 1 : 0;
$log.debug('setUpMap() mapId:', mapId, ', mapScale:', mapScale,
', tint:', tint);
mapG = zoomLayer.append('g').attr('id', 'topo-map');
if (mapId === 'usa') {
shadeFlip = 0;
......