X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/701325e9ef6720a16646c7218010e33b5c58d544..dd3b577bd5bbe4f9d9d1cac8e0f328a16b75f7f5:/app/views/changeset/_map.html.erb?ds=sidebyside diff --git a/app/views/changeset/_map.html.erb b/app/views/changeset/_map.html.erb index f052eadbe..88dd53c99 100644 --- a/app/views/changeset/_map.html.erb +++ b/app/views/changeset/_map.html.erb @@ -80,9 +80,9 @@ selectControl.activate(); <% if ! @bbox.nil? %> - map.setExtent(proj(new OpenLayers.Bounds(<%= @bbox %>))); + map.zoomToExtent(proj(new OpenLayers.Bounds(<%= @bbox %>))); <% else %> - map.setExtent(proj(bounds)); + map.zoomToExtent(proj(bounds)); <% end %> }