Sha256: 68fe888170b000e03af798b9f128d8ec079c83207438b5d425aca7dae7f9f919
Contents?: true
Size: 486 Bytes
Versions: 12
Compression:
Stored size: 486 Bytes
Contents
# frozen_string_literal: true module GeoblacklightSidecarImages class ImageService module ImageMapLayer ## # Formats and returns a thumbnail url from an ESRI Image Map Layer endpoint. # information about the layer. # @param [SolrDocument] # @param [Integer] thumbnail size # @return [String] thumbnail 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