Sha256: 435637559a131e6b5145bd58e36ea9b285776c18101ff14cb010e1e185cb9e82

Contents?: true

Size: 252 Bytes

Versions: 20

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true
module Geoblacklight
  module Routes
    class Wms
      def initialize(defaults = {})
        @defaults = defaults
      end

      def call(mapper, _options = {})
        mapper.post 'handle'
      end
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
geoblacklight-3.8.1 lib/geoblacklight/routes/wms.rb
geoblacklight-3.8.0 lib/geoblacklight/routes/wms.rb
geoblacklight-4.0.0 lib/geoblacklight/routes/wms.rb
geoblacklight-4.0.0.pre.rc3 lib/geoblacklight/routes/wms.rb
geoblacklight-3.7.0 lib/geoblacklight/routes/wms.rb
geoblacklight-4.0.0.pre.rc2 lib/geoblacklight/routes/wms.rb
geoblacklight-4.0.0.pre.rc1 lib/geoblacklight/routes/wms.rb
geoblacklight-3.6.0 lib/geoblacklight/routes/wms.rb
geoblacklight-3.5.0 lib/geoblacklight/routes/wms.rb
geoblacklight-4.0.0.pre.alpha.3 lib/geoblacklight/routes/wms.rb
geoblacklight-4.0.0.pre.alpha.2 lib/geoblacklight/routes/wms.rb
geoblacklight-4.0.0.pre.alpha.1 lib/geoblacklight/routes/wms.rb
geoblacklight-4.0.0.pre.alpha lib/geoblacklight/routes/wms.rb
geoblacklight-3.4.0 lib/geoblacklight/routes/wms.rb
geoblacklight-3.3.1 lib/geoblacklight/routes/wms.rb
geoblacklight-3.3.0 lib/geoblacklight/routes/wms.rb
geoblacklight-3.2.0 lib/geoblacklight/routes/wms.rb
geoblacklight-3.1.0 lib/geoblacklight/routes/wms.rb
geoblacklight-3.0.1 lib/geoblacklight/routes/wms.rb
geoblacklight-3.0.0 lib/geoblacklight/routes/wms.rb