Removing unused geolocation_map_visible variable and turning geolocation on in default config

This commit is contained in:
Christopher Allan Webber 2013-01-28 12:07:30 -06:00
parent a3f811a6e8
commit e9c3384b84
2 changed files with 1 additions and 4 deletions

View 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]]

View 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/")