diff --git a/config/vufind/searches.ini b/config/vufind/searches.ini index 5008b5855267bd1350727ff5d4a85f8f2d1e01bd..a1d53fdf8cfbd53c53657f9673cdabe1db4f7809 100644 --- a/config/vufind/searches.ini +++ b/config/vufind/searches.ini @@ -634,13 +634,16 @@ view=full ; geographic points are located. If your dataset is not concentrated in one ; geographic area, it is advised that you pick a default area, and do not use ; the entire extent of the map for searching (otherwise the search may be slow). -; The default coordinates specified below are in decimal degrees, and are -; ordered as WENS (west, east, north, south). Ranges of valid values are: -; -180 to 180 (longitude) and -85 to 85 (latitude). Note, to search from and to -; the international date line, use west = -179 and east = -180. +; Options: +; default_coordinates: The default coordinates specified below are in decimal +; degrees, and are ordered as WENS (west, east, north, south). Ranges of +; valid values are:; -180 to 180 (longitude) and -85 to 85 (latitude). +; Note, to search from and to the international date line, use +; west = -179 and east = -180. +; +; height: Height in pixels of the map selection interface. default_coordinates = "-95, 30, 72, 15" -; height: Height in pixels of the map selection interface. -height = 320 +height = 320 ; This section defines settings used to fetch similar records. [MoreLikeThis]