Simon Hunt
Committed by Brian O'Connor

GUI -- Topo View - change default map to be continental US.

Change-Id: Iba696a6c61f72732dcbdf7b80c7f263e176a6182
...@@ -312,7 +312,7 @@ ...@@ -312,7 +312,7 @@
312 function setUpMap($loc) { 312 function setUpMap($loc) {
313 var s1 = $loc.search().mapid, 313 var s1 = $loc.search().mapid,
314 s2 = ps.getPrefs('topo_mapid'), 314 s2 = ps.getPrefs('topo_mapid'),
315 - mapId = s1 || (s2 && s2.id) || 'world', 315 + mapId = s1 || (s2 && s2.id) || 'usa',
316 promise, 316 promise,
317 cfilter, 317 cfilter,
318 opts; 318 opts;
......