Sha256: edff86c40632c245e0a98ba96ce46c7eeff0f4fc443b70bc3558edc765a413db
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 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' - 'feature_layer' - 'tiled_map_layer' - 'dynamic_map_layer' - 'image_map_layer' # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geoblacklight-0.12.1 | lib/generators/geoblacklight/templates/settings.yml |