]> git.openstreetmap.org Git - rails.git/commitdiff
Enable the note later when going from the browser to the map view
authorTom Hughes <tom@compton.nu>
Sat, 13 Aug 2011 16:09:07 +0000 (17:09 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 13 Aug 2011 16:09:07 +0000 (17:09 +0100)
app/views/browse/_map.html.erb
app/views/site/index.html.erb

index 9ff93b365fba258ff3acf1f13996eb8d57039d75..2d04efe04fe6d068698bfb196d78bbb4442db485 100644 (file)
   <div id="small_map">
   </div>
   <span id="loading"><%= t 'browse.map.loading' %></span>
+  <% if map.instance_of? Note -%>
+  <%= link_to(t("browse.map.larger.area"), { :controller => :site, :action => :index, :notes => "yes" }, { :id => "area_larger_map", :class => "geolink bbox" }) %>
+  <% else -%>
   <%= link_to(t("browse.map.larger.area"), { :controller => :site, :action => :index, :box => "yes" }, { :id => "area_larger_map", :class => "geolink bbox" }) %>
+  <% end -%>
   <br />
   <%= link_to(t("browse.map.edit.area"), { :controller => :site, :action => :edit }, { :id => "area_edit", :class => "geolink bbox" }) %>
   <% unless map.instance_of? Changeset or map.instance_of? Note %>
index 340570f6d2f1751c87cbc17e48c5eb7279345372..b4719f6710966e5707eef1c1db86ba27d29cdcc7 100644 (file)
@@ -154,7 +154,7 @@ end
           setCookie: false,
           permalinkURL: "http://www.openstreetmap.org/",
           theme: "<%= stylesheet_path "openstreetbugs" %>",
-          visibility: false
+          visibility: <%= params[:notes] == "yes" %>
       });
       map.addLayer(map.osbLayer);