Sha256: a310c027b9f739101db5f975e38f9a81826e985fcea379b16a8077907d770df5

Contents?: true

Size: 774 Bytes

Versions: 9

Compression:

Stored size: 774 Bytes

Contents

module Geoblacklight
  # Module to declare application level constants and lookup hash
  module Constants
    URI = {
      download: 'http://schema.org/downloadUrl',
      fgdc: 'http://www.opengis.net/cat/csw/csdgm',
      geojson: 'http://geojson.org/geojson-spec.html',
      html: 'http://www.w3.org/1999/xhtml',
      iiif: 'http://iiif.io/api/image',
      iso19139: 'http://www.isotc211.org/schemas/2005/gmd/',
      mods: 'http://www.loc.gov/mods/v3',
      shapefile: 'http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf',
      url: 'http://schema.org/url',
      wcs: 'http://www.opengis.net/def/serviceType/ogc/wcs',
      wfs: 'http://www.opengis.net/def/serviceType/ogc/wfs',
      wms: 'http://www.opengis.net/def/serviceType/ogc/wms'
    }
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
geoblacklight-0.3.4 lib/geoblacklight/constants.rb
geoblacklight-0.3.3 lib/geoblacklight/constants.rb
geoblacklight-0.3.2 lib/geoblacklight/constants.rb
geoblacklight-0.3.1 lib/geoblacklight/constants.rb
geoblacklight-0.3.0 lib/geoblacklight/constants.rb
geoblacklight-0.2.2 lib/geoblacklight/constants.rb
geoblacklight-0.2.1 lib/geoblacklight/constants.rb
geoblacklight-0.2.0 lib/geoblacklight/constants.rb
geoblacklight-0.1.0 lib/geoblacklight/constants.rb