From 519bee97e5dcc754da01411b70ea047251f170e6 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 21 Sep 2016 09:49:48 -0400
Subject: [PATCH] Leave map settings off by default.

---
 config/vufind/config.ini | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/vufind/config.ini b/config/vufind/config.ini
index b91bbc626d3..5a4a07e41b3 100644
--- a/config/vufind/config.ini
+++ b/config/vufind/config.ini
@@ -759,9 +759,9 @@ authors         = Wikipedia
 ; displayCoords: true or false. Default is false. (Only for recordMap = openlayers)
 ;                If displayCoords is true, then the coordinate values from
 ;                coordinate field will be displayed before the map label in the label popup.
-recordMap = openlayers
-mapLabels = file:geosearch_test_lookup.txt
-displayCoords = true
+;recordMap = openlayers
+;mapLabels = file:geosearch_test_lookup.txt
+;displayCoords = true
 
 ; If you set recordMap = google, then Google requires that you obtain an API key.
 ; For more information on obtaining an API key, see:
-- 
GitLab