Sha256: 9c71fec3f0952d0633fd5ed16d70c3cdfa35c7d8db4aa8c3bc830db2d82861da
Contents?: true
Size: 394 Bytes
Versions: 12
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true module GeoblacklightAdmin class ImageService module TiledMapLayer ## # Formats and returns an image url from an ESRI Tiled Map Layer endpoint. # @param [SolrDocument] # @return [String] image url def self.image_url(document, _size) "#{document.viewer_endpoint}/info/thumbnail/thumbnail.png" end end end end
Version data entries
12 entries across 12 versions & 1 rubygems