Module: GeoCombine::Formats

Included in:
Geoblacklight
Defined in:
lib/geo_combine/formats.rb

Overview

Translation dictionary for mime-type to valid GeoBlacklight-Schema formats

Instance Method Summary collapse

Instance Method Details

#formatsObject



7
8
9
10
11
# File 'lib/geo_combine/formats.rb', line 7

def formats
  {
    'application/x-esri-shapefile' => 'Shapefile'
  }
end