From f2be4b9449f31be5f81d8f32d966d06e62955764 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 23 Oct 2007 08:45:23 +0000 Subject: [PATCH] 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. --- app/views/site/index.rhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index 1d8444221..625f17a10 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -8,7 +8,9 @@ <%= render :partial => 'key' %> <%= render :partial => 'search' %> -
+
+ +
<% if params['mlon'] and params['mlat'] %> <% marker = true %> -- 2.43.2