lib/geoblacklight/constants.rb in geoblacklight-2.1.2 vs lib/geoblacklight/constants.rb in geoblacklight-2.2.0
- old
+ new
@@ -6,11 +6,11 @@
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',
iiif_manifest: 'http://iiif.io/api/presentation#manifest',
- iso19139: 'http://www.isotc211.org/schemas/2005/gmd/',
+ 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',
@@ -19,9 +19,10 @@
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',
- index_map: 'https://openindexmaps.org'
+ index_map: 'https://openindexmaps.org',
+ oembed: 'https://oembed.com'
}.freeze
end
end