diff --git a/doc/install.html b/doc/install.html
index 5c61e2e7..ba220648 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -825,6 +825,41 @@
+
+
+ On the VIVO home page, display a global map highlighting the geographical focus
+ of foaf:person individuals. The default is enabled .
+ |
+
+
+
+ homePage.geoFocusMaps = enabled
+ |
+
+ enabled
+ |
+
+
+
+
+ MultiViews for foaf:person profile pages.
+ VIVO supports the simultaneous use of a full foaf:Person profile page view
+ and a "quick" page view that emphasizes the individual's own webpage presence.
+ Implementing this feature requires an installation to develop a web service
+ that captures images of web pages or to use an existing service outside of VIVO,
+ usually for a small fee.
+ The default is disabled .
+ |
+
+
+
+ MultiViews.profilePageTypes=disabled
+ |
+
+ disabled
+ |
+
+
These values are used when deploying VIVO as an OpenSocial container
diff --git a/doc/upgrade-1.6.html b/doc/upgrade-1.6.html
index 610d44b7..bbb4f8b9 100644
--- a/doc/upgrade-1.6.html
+++ b/doc/upgrade-1.6.html
@@ -369,6 +369,41 @@
|
+
+
+ On the VIVO home page, display a global map highlighting the geographical focus
+ of foaf:person individuals. The default is enabled .
+ |
+
+
+
+ homePage.geoFocusMaps = enabled
+ |
+
+ enabled
+ |
+
+
+
+
+ MultiViews for foaf:person profile pages.
+ VIVO supports the simultaneous use of a full foaf:Person profile page view
+ and a "quick" page view that emphasizes the individual's own webpage presence.
+ Implementing this feature requires an installation to develop a web service
+ that captures images of web pages or to use an existing service outside of VIVO,
+ usually for a small fee.
+ The default is disabled .
+ |
+
+
+
+ MultiViews.profilePageTypes=disabled
+ |
+
+ disabled
+ |
+
+
diff --git a/example.runtime.properties b/example.runtime.properties
index 3c2fe998..157b22ee 100644
--- a/example.runtime.properties
+++ b/example.runtime.properties
@@ -252,13 +252,14 @@ RDFService.languageFilter = true
#OpenSocial.sandbox = True
# MultiViews
-# VIVO supports the simultaneous use of a full foaf:Person profile page view and a "quick" page view that emphasizes
-# the individual's webpage presence. The following flag should be uncommented when implementing the multiple
-# views.
+# VIVO supports the simultaneous use of a full foaf:Person profile page view and a "quick" page
+# view that emphasizes the individual's webpage presence. Implementing this feature requires an
+# installation to develop a web service that captures images of web pages or to use an existing
+# service outside of VIVO, usually for a small fee.
#MultiViews.profilePageTypes=enabled
# Geo Focus Maps
-# When the following flag is uncommented, the VIVO home page displays global and US maps highlighting the geographical
-# focus of foaf:person individuals.
+# When the following flag is set to enabled, the VIVO home page displays a global map highlighting the
+# geographical focus of foaf:person individuals.
#homePage.geoFocusMaps=enabled