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_urls ⇒ Object
6 7 8 9 |
# File 'app/models/concerns/geoblacklight/solr_document/arcgis.rb', line 6 def arcgis_urls return if references.esri_webservices.blank? references.esri_webservices.map { |layer| layer.reference[1] if layer }.compact end |