Removing unused geolocation_map_visible variable and turning geolocation on in defaul...
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 28 Jan 2013 18:07:30 +0000 (12:07 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 30 Jan 2013 19:22:18 +0000 (13:22 -0600)
mediagoblin.ini
mediagoblin/config_spec.ini

index aee485952f96d4f2cf09b7cdc034cc68c83d9cc1..6325c8e003e39107847d7c412fbba266b5397405 100644 (file)
@@ -27,9 +27,6 @@ allow_registration = true
 ## install other themes.
 # theme = airy
 
-# Should geotagged images be displayed with a map of the location?
-geolocation_map_visible = true
-
 [storage:queuestore]
 base_dir = %(here)s/user_dev/media/queue
 
@@ -43,3 +40,4 @@ base_url = /mgoblin_media/
 # place plugins here---each in their own subsection of [plugins]. see
 # documentation for details.
 [plugins]
+[[mediagoblin.plugins.geolocation]]
index 50ce252e61cce12729688f9c455969cc71654811..138405641b25486f705a55a4d4512b787c0b427e 100644 (file)
@@ -55,7 +55,6 @@ csrf_cookie_name = string(default='mediagoblin_csrftoken')
 push_urls = string_list(default=list())
 
 exif_visible = boolean(default=False)
-geolocation_map_visible = boolean(default=False)
 
 # Theming stuff
 theme_install_dir = string(default="%(here)s/user_dev/themes/")