Add geolocation_visible setting to mediagoblin.ini
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 14 Nov 2012 19:31:03 +0000 (20:31 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 16 Nov 2012 11:59:25 +0000 (12:59 +0100)
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 <Sebastian@SSpaeth.de>
mediagoblin.ini

index f10a452f87183890454f2b30a63cdbc0d4335e63..b6a13f319e73e91c57d77581e836d1d796bc1563 100644 (file)
@@ -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