Sha256: d14b887b8f182a6fc5ea801732aa7005c7b9e3def54b5124d3220e6a5d3dc4e9

Contents?: true

Size: 223 Bytes

Versions: 7

Compression:

Stored size: 223 Bytes

Contents

module GeoCombine
  ##
  # Translation dictionary for mime-type to valid GeoBlacklight-Schema formats
  module Formats
    def formats
      {
        'application/x-esri-shapefile' => 'Shapefile'
      }
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
geo_combine-0.5.1 lib/geo_combine/formats.rb
geo_combine-0.5.0 lib/geo_combine/formats.rb
geo_combine-0.4.0 lib/geo_combine/formats.rb
geo_combine-0.3.1 lib/geo_combine/formats.rb
geo_combine-0.3.0 lib/geo_combine/formats.rb
geo_combine-0.2.0 lib/geo_combine/formats.rb
geo_combine-0.1.0 lib/geo_combine/formats.rb