Sha256: deb08a930e3b3659b5f28b7d0b5747e91d3d30e1e121751bd73944b6bf5ef727
Contents?: true
Size: 821 Bytes
Versions: 20
Compression:
Stored size: 821 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', hgl: 'http://schema.org/DownloadAction' } end end
Version data entries
20 entries across 20 versions & 1 rubygems