From ee97ac6c2f8629aee958391f1f6337b1983529d0 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Wed, 14 Nov 2012 20:31:03 +0100 Subject: [PATCH] Add geolocation_visible setting to mediagoblin.ini MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Place the geolocation_visible setting (defaults to false) in mediagoblin.ini to make it more discoverable (I needed to check the source to find out how to enable it). I'd vote for a default of true, we should come with some batteries included IMHO.. Signed-off-by: Sebastian Spaeth --- mediagoblin.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mediagoblin.ini b/mediagoblin.ini index f10a452f..b6a13f31 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -27,6 +27,9 @@ allow_registration = true ## install other themes. # theme = airy +# Should geotagged images be displayed with a map of the location? +geolocation_map_visible = false + [storage:queuestore] base_dir = %(here)s/user_dev/media/queue