]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/index.rhtml
Various updates to the user management, including the creation of a
[rails.git] / app / views / site / index.rhtml
index 5488ba40d5cd85d233dde442e5c31cfc3f9dc35d..08cbfaedaac8f0e01b7c9a79d06b73dedc791788 100644 (file)
@@ -1,3 +1,7 @@
+<% content_for :left_menu do %>
+<%= link_to "Map key", "http://wiki.openstreetmap.org/index.php/Map_Key" %>
+<% end %>
+
 <%= render :partial => 'search', :locals => { :onopen => "resizeMap();", :onclose => "resizeMap();" } %>
 
 <div id="map"></div> 
     if (marker)
       removeMarkerFromMap(marker);
 
-    marker = addMarkerToMap(centre);
+    marker = addMarkerToMap(centre, getArrowIcon());
   }
 
   function updateLocation() {