From 1f8f1bac6bcb08b7f71106044d3c2df1fb097236 Mon Sep 17 00:00:00 2001 From: toddn Date: Tue, 14 Sep 2021 20:28:39 -0500 Subject: [PATCH 1/2] adding geojson mime type --- conf/mimetypes.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/mimetypes.conf b/conf/mimetypes.conf index fe8c7c22a..9326af494 100644 --- a/conf/mimetypes.conf +++ b/conf/mimetypes.conf @@ -38,6 +38,7 @@ mimetype.presentation=video/presentation mimetype.PRESENTATION=video/presentation mimetype.iframe=text/iframe mimetype.IFRAME=text/iframe +mimetype.geojson=application/geojson # Raw image formats mimetype.3fr=image/raw From 4d770951bb5a05da2f1a8b28c5759ad7e8d90fcc Mon Sep 17 00:00:00 2001 From: toddn Date: Fri, 17 Sep 2021 11:06:41 -0500 Subject: [PATCH 2/2] adding CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d976aef72..c82287421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased ### Added +- Adding mime type for geojson - Add "when" parameter in a few GET API endpoints to enable pagination [#266](https://github.com/clowder-framework/clowder/issues/266)