Patch from crschmidt to add an obvious permalink to the bottom right
corner of the slippy map. Tested on FF2, IE7, Opera and Safari. Closes #566.
This commit is contained in:
parent
3ee2d2d3b7
commit
f2be4b9449
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
|||
<%= render :partial => 'key' %>
|
||||
<%= render :partial => 'search' %>
|
||||
|
||||
<div id="map"></div>
|
||||
<div id="map">
|
||||
<div id="permalink"><a href="/" id="permalinkanchor">Permalink</a></div>
|
||||
</div>
|
||||
|
||||
<% if params['mlon'] and params['mlat'] %>
|
||||
<% marker = true %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue