Sha256: 60bf2227e47fb8b3cbde9f3bc8da00519184db7078e7c54c672939c387bc046e

Contents?: true

Size: 258 Bytes

Versions: 7

Compression:

Stored size: 258 Bytes

Contents

module Geoblacklight
  module SolrDocument
    module Arcgis
      def arcgis_urls
        return unless references.esri_webservices.present?
        references.esri_webservices.map { |layer| layer.reference[1] if layer }.compact
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
geoblacklight-2.4.0 app/models/concerns/geoblacklight/solr_document/arcgis.rb
geoblacklight-2.3.0 app/models/concerns/geoblacklight/solr_document/arcgis.rb
geoblacklight-2.2.1 app/models/concerns/geoblacklight/solr_document/arcgis.rb
geoblacklight-2.2.0 app/models/concerns/geoblacklight/solr_document/arcgis.rb
geoblacklight-2.1.2 app/models/concerns/geoblacklight/solr_document/arcgis.rb
geoblacklight-2.1.1 app/models/concerns/geoblacklight/solr_document/arcgis.rb
geoblacklight-2.1.0 app/models/concerns/geoblacklight/solr_document/arcgis.rb