Simon Hunt

GUI- topo : added debug log of map settings.

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