Set default map view to 2/0/0 (zoomed out world)

(should cut down on errant edits in Washington DC)
This commit is contained in:
Bryan Housel
2015-12-10 14:02:47 -08:00
parent 239abdf4e7
commit 6caad1bcea
+1 -1
View File
@@ -9,7 +9,7 @@ iD.ui = function(context) {
hash();
if (!hash.hadHash) {
map.centerZoom([-77.02271, 38.90085], 20);
map.centerZoom([0, 0], 2);
}
container.append('svg')