Skip to content

Commit d25f2a4

Browse files
tcnichollmarinimax-zilla
authored
adding geojson mime type (#273)
* adding geojson mime type * adding CHANGELOG.md Co-authored-by: Luigi Marini <[email protected]> Co-authored-by: Max Burnette <[email protected]>
1 parent a41dc4a commit d25f2a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
- Typos "success" when returning status from API and "occurred" when logging to console.
1212

1313
### Added
14+
- Adding mime type for geojson
1415
- Add "when" parameter in a few GET API endpoints to enable pagination [#266](https://github.com/clowder-framework/clowder/issues/266)
1516

1617
## 1.18.1 - 2021-08-16

conf/mimetypes.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ mimetype.presentation=video/presentation
3838
mimetype.PRESENTATION=video/presentation
3939
mimetype.iframe=text/iframe
4040
mimetype.IFRAME=text/iframe
41+
mimetype.geojson=application/geojson
4142

4243
# Raw image formats
4344
mimetype.3fr=image/raw

0 commit comments

Comments
 (0)