Skip to content

Commit

Permalink
fix(mime): Added GeoJSON closes #1637 (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
mryellow committed Aug 8, 2024
1 parent baa28f6 commit 79b8293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mime-funcs/mime-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const mimeTypes = new Map([
['application/fractals', 'fif'],
['application/freeloader', 'frl'],
['application/futuresplash', 'spl'],
['application/geo+json', 'geojson'],
['application/gnutar', 'tgz'],
['application/groupwise', 'vew'],
['application/hlp', 'hlp'],
Expand Down Expand Up @@ -1287,6 +1288,7 @@ const extensions = new Map([
['gac', 'application/vnd.groove-account'],
['gdl', 'model/vnd.gdl'],
['geo', 'application/vnd.dynageo'],
['geojson', 'application/geo+json'],
['gex', 'application/vnd.geometry-explorer'],
['ggb', 'application/vnd.geogebra.file'],
['ggt', 'application/vnd.geogebra.tool'],
Expand Down

0 comments on commit 79b8293

Please sign in to comment.