EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Data Handling
core
Commits
446e2072
Commit
446e2072
authored
3 years ago
by
Lubomir Dolezal
Browse files
Options
Downloads
Patches
Plain Diff
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
3 years ago
Stage: test
Stage: publish
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-0
1 addition, 0 deletions
Dockerfile
configure.sh
+1
-1
1 addition, 1 deletion
configure.sh
with
2 additions
and
1 deletion
Dockerfile
+
1
−
0
View file @
446e2072
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
configure.sh
+
1
−
1
View file @
446e2072
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment