From: Sebastian Spaeth Date: Wed, 14 Nov 2012 19:31:03 +0000 (+0100) Subject: Add geolocation_visible setting to mediagoblin.ini X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ee97ac6c2f8629aee958391f1f6337b1983529d0;p=mediagoblin.git Add geolocation_visible setting to mediagoblin.ini 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 --- 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