Sha256: 48f27e8a24e7ca2b15b0a7c6784a986301d8ab62842332bf5e901044020ba5f3

Contents?: true

Size: 797 Bytes

Versions: 5

Compression:

Stored size: 797 Bytes

Contents

# Download path can be configured using this setting
#DOWNLOAD_PATH: "./tmp/cache/downloads"

#Main Solr geometry field used for spatial search and bounding box. Should be type 'rpt'
GEOMETRY_FIELD: 'solr_geom'

# Institution deployed at
INSTITUTION: 'Stanford'

# Metadata shown in tool panel
METADATA_SHOWN:
  - 'fgdc'
  - 'iso19139'
  - 'mods'

# (For external Download) timeout and open_timeout parameters for Faraday
TIMEOUT_DOWNLOAD: 16

# (For WMS inspection) timeout and open_timeout parameters for Faraday
TIMEOUT_WMS: 4

# Web services shown in tool panel
WEBSERVICES_SHOWN:
  - 'wms'
  - 'wfs'

# WMS Parameters
WMS_PARAMS:
  :SERVICE: 'WMS'
  :VERSION: '1.1.1'
  :REQUEST: 'GetFeatureInfo'
  :STYLES: ''
  :SRS: 'EPSG:4326'
  :EXCEPTIONS: 'application/json'
  :INFO_FORMAT: 'text/html'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
geoblacklight-0.10.1 lib/generators/geoblacklight/templates/settings.yml
geoblacklight-0.10.0 lib/generators/geoblacklight/templates/settings.yml
geoblacklight-0.9.2 lib/generators/geoblacklight/templates/settings.yml
geoblacklight-0.9.1 lib/generators/geoblacklight/templates/settings.yml
geoblacklight-0.9.0 lib/generators/geoblacklight/templates/settings.yml