Sha256: 75b16f935fcf9735e546946f79466140e3d35e00a899cf8ef3b5b434845641fd

Contents?: true

Size: 1.14 KB

Versions: 7

Compression:

Stored size: 1.14 KB

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',
      hgl: 'http://schema.org/DownloadAction',
      feature_layer: 'urn:x-esri:serviceType:ArcGIS#FeatureLayer',
      tiled_map_layer: 'urn:x-esri:serviceType:ArcGIS#TiledMapLayer',
      dynamic_map_layer: 'urn:x-esri:serviceType:ArcGIS#DynamicMapLayer',
      image_map_layer: 'urn:x-esri:serviceType:ArcGIS#ImageMapLayer',
      data_dictionary: 'http://lccn.loc.gov/sh85035852'
    }.freeze
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
geoblacklight-1.5.0 lib/geoblacklight/constants.rb
geoblacklight-1.4.0 lib/geoblacklight/constants.rb
geoblacklight-1.3.0 lib/geoblacklight/constants.rb
geoblacklight-1.2.0 lib/geoblacklight/constants.rb
geoblacklight-1.1.2 lib/geoblacklight/constants.rb
geoblacklight-1.1.0 lib/geoblacklight/constants.rb
geoblacklight-1.0.3 lib/geoblacklight/constants.rb