lib/geoblacklight/constants.rb in geoblacklight-1.0.2 vs lib/geoblacklight/constants.rb in geoblacklight-1.0.3
- old
+ new
@@ -16,9 +16,10 @@
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'
+ image_map_layer: 'urn:x-esri:serviceType:ArcGIS#ImageMapLayer',
+ data_dictionary: 'http://lccn.loc.gov/sh85035852'
}.freeze
end
end