Sha256: f000855eeb4ab198a7351618510bf21f8a09180fa32eabd9392024a7f49e843c

Contents?: true

Size: 254 Bytes

Versions: 6

Compression:

Stored size: 254 Bytes

Contents

# frozen_string_literal: true

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

6 entries across 6 versions & 1 rubygems

Version Path
geo_combine-0.9.2 lib/geo_combine/formats.rb
geo_combine-0.9.1 lib/geo_combine/formats.rb
geo_combine-0.9.0 lib/geo_combine/formats.rb
geo_combine-0.8.0 lib/geo_combine/formats.rb
geo_combine-0.7.0 lib/geo_combine/formats.rb
geo_combine-0.6.0 lib/geo_combine/formats.rb