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
#formats ⇒ Object
5 6 7 8 9 |
# File 'lib/geo_combine/formats.rb', line 5 def formats { 'application/x-esri-shapefile' => 'Shapefile' } end |