From f61b9116f5849d5ebaa6063039dad8d16c643805 Mon Sep 17 00:00:00 2001
From: Lubomir Bucek <lubomir.bucek@eox.at>
Date: Mon, 16 Nov 2020 17:48:57 +0100
Subject: [PATCH] remove warning

---
 core/configure.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/configure.sh b/core/configure.sh
index 3966e886..df3164db 100644
--- a/core/configure.sh
+++ b/core/configure.sh
@@ -28,6 +28,7 @@
 
     sed -e "s,http_service_url=http://localhost:8000/ows,http_service_url=${APACHE_ALIAS}/ows," -i pvs_instance/conf/eoxserver.conf
     sed -e "s/resampling_method=average/resampling_method=near/" -i pvs_instance/conf/eoxserver.conf
+    sed -e "s/image/jp2,GDAL/JPEG2000/#image/jp2,GDAL/JPEG2000/" -i pvs_instance/conf/formats.conf
     # TODO maxsize...
 
     echo "EOXS_VALIDATE_IDS_NCNAME = False" >> pvs_instance/settings.py
-- 
GitLab