X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aa4a8fdc816af0172acf23e13960dec5378643d8..d49e3b0f09e5f61b650808c8a7b04f41a25103d7:/app/controllers/site_controller.rb?ds=inline diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index 73f38f78c..65029e4ef 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -64,7 +64,7 @@ class SiteController < ApplicationController #Currently this results in potlatch starting up at 0,0 (Atlantic ocean). end - @zoom = '14' if @zoom.nil? + @zoom = '17' if @zoom.nil? end end end