X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6618cb9019687c8c2edf74698f84b385c0d9edd6..99c48285df6fc306504b4cf9c12547bd5af6bee7:/app/controllers/site_controller.rb diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index b1239d0da..3b0a19cf9 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -42,7 +42,7 @@ class SiteController < ApplicationController new_params[:controller] = 'site' new_params[:action] = 'index' - new_params[:anchor] = "#{zoom}/#{lat}/#{lon}" + new_params[:anchor] = "map=#{zoom}/#{lat}/#{lon}" redirect_to new_params end