Skip to content

Commit

Permalink
Merge pull request #1303 from sul-dlss/geo-19110
Browse files Browse the repository at this point in the history
Add a link to geoblacklight references for ISO19110 XML
  • Loading branch information
thatbudakguy authored Jan 31, 2024
2 parents f51d189 + 2cbb794 commit 1464986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/traject/config/geo_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ def geoserver_url(record)
if formats.include?('Shapefile')
references.merge!(
{
'http://www.opengis.net/def/serviceType/ogc/wfs' => "#{geoserver_url(record)}/wfs"
'http://www.opengis.net/def/serviceType/ogc/wfs' => "#{geoserver_url(record)}/wfs",
'http://www.isotc211.org/schemas/2005/gco/' => "https://raw.githubusercontent.com/OpenGeoMetadata/edu.stanford.purl/master/#{record.druid_tree}/iso19110.xml"
}
)
elsif formats.include?('GeoTIFF') || formats.include?('ArcGRID')
Expand Down

0 comments on commit 1464986

Please sign in to comment.