mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
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:
+1
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user