Module: Geoblacklight::SolrDocument::Arcgis

Included in:
Geoblacklight::SolrDocument
Defined in:
app/models/concerns/geoblacklight/solr_document/arcgis.rb

Instance Method Summary collapse

Instance Method Details

#arcgis_urlsObject



5
6
7
8
# File 'app/models/concerns/geoblacklight/solr_document/arcgis.rb', line 5

def arcgis_urls
  return if references.esri_webservices.blank?
  references.esri_webservices.map { |layer| layer.reference[1] if layer }.compact
end