Sha256: fbaab9fb34a8059e89cc22af3152eceacb81958f533c8f9b03341dfd03b76c02
Contents?: true
Size: 211 Bytes
Versions: 10
Compression:
Stored size: 211 Bytes
Contents
class WmsController < ApplicationController def handle response = Geoblacklight::WmsLayer.new(params).feature_info respond_to do |format| format.json { render json: response } end end end
Version data entries
10 entries across 10 versions & 1 rubygems