EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 446e2072 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

configure wcs maxsize with OWS_WCS_MAZSIZE=4096

parent 16490e23
No related branches found
No related tags found
No related merge requests found
Pipeline #22691 passed
......@@ -77,6 +77,7 @@ ENV INSTANCE_ID="view-server_core" \
COLLECT_STATIC="false" \
REGISTRAR_REPLACE= \
GDAL_PAM_ENABLED="NO" \
OWS_WCS_MAZSIZE="4096" \
EOXS_LAYER_SUFFIX_SEPARATOR="__" \
DEV="false" \
ENABLE_HTTP_ACCESS="false"
......
......@@ -39,7 +39,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...
sed -e "s/.*maxsize = 2048/maxsize = ${OWS_WCS_MAZSIZE}/" -i pvs_instance/conf/eoxserver.conf
echo "EOXS_VALIDATE_IDS_NCNAME = False" >> pvs_instance/settings.py
echo "EOXS_OPENSEARCH_RECORD_MODEL = 'eoxserver.resources.coverages.models.Product'" >> pvs_instance/settings.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment