Sha256: 86c8972cf7f2ab2fe09ce0a08ccdf7f3b0d515f3a9570814f3097001b5ae8ef8
Contents?: true
Size: 1.02 KB
Versions: 4
Compression:
Stored size: 1.02 KB
Contents
# Configurable Logo Used for CartoDB export APPLICATION_LOGO_URL: 'http://geoblacklight.org/images/geoblacklight-logo.png' # CartoDB OneClick Service https://cartodb.com/open-in-cartodb/ CARTODB_ONECLICK_LINK: 'http://oneclick.cartodb.com/' # 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
4 entries across 4 versions & 1 rubygems