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