We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e0f6d commit bfe69d0Copy full SHA for bfe69d0
formatters.js
@@ -135,6 +135,10 @@ const Formatters = {
135
return 'CoverageJSON';
136
case 'application/vnd.flatgeobuf':
137
return 'FlatGeobuf'; // inofficial: https://github.com/flatgeobuf/flatgeobuf/discussions/112
138
+ case 'application/x-filegdb':
139
+ return short ? 'Geodatabase' : 'Esri File Geodatabase';
140
+ case 'application/vnd.nitf':
141
+ return short ? 'NITF' : 'National Imagery Transmission Format';
142
default: {
143
let [group, format] = media.type.split('/');
144
format = _.formatKey(format.replace(/^(vnd|x)[.+-]/, ''));
0 commit comments