module GeoCombine::Formats

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

Public Instance Methods

formats() click to toggle source
# File lib/geo_combine/formats.rb, line 5
def formats
  {
    'application/x-esri-shapefile' => 'Shapefile'
  }
end