diff --git a/core/configure.sh b/core/configure.sh index 3966e886e6f9e09c4c1a41c3fe2b1542466db9e5..df3164dbc2f28e33beff849a9167b63a881c1f71 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