Skip to content

Commit bfe69d0

Browse files
committed
Add NITF and GeoDatabase file formats
1 parent b7e0f6d commit bfe69d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

formatters.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ const Formatters = {
135135
return 'CoverageJSON';
136136
case 'application/vnd.flatgeobuf':
137137
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';
138142
default: {
139143
let [group, format] = media.type.split('/');
140144
format = _.formatKey(format.replace(/^(vnd|x)[.+-]/, ''));

0 commit comments

Comments
 (0)