Actions
Task #12927
closed
Thredds WMS AquaMaps configuration
Status:
Closed
Priority:
Normal
Assignee:
_InfraScience Systems Engineer
Category:
Automated provisioning
Target version:
Start date:
Nov 21, 2018
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Development, Pre-Production, Production
Description
We need to modify provisioning tasks in order to satisfy some AquaMaps custom WMS configuration. The following operations need to be performed :
- Edit the file ""/wmsConfig.xml (as in provided example attachment):
The following xml snippet must be inserted as last child of element "wmsConfig/overrides" if not already present.
<datasetPath pathSpec="public/netcdf/AquaMaps*/*.nc"> <pathDefaults> <defaultColorScaleRange>0 1</defaultColorScaleRange> <defaultPaletteName>aquamaps</defaultPaletteName> <defaultNumColorBands>5</defaultNumColorBands> </pathDefaults> </datasetPath>
- Unzip the archive in attachment into folder /customPalettes
- Edit the file ""/threddsConfig.xml :
The following snippet must be inserted as last child of "threddsConfig/WMS"
<paletteLocationDir>customPalettes</paletteLocationDir>
Files
Updated by Fabio Sinibaldi over 6 years ago
The archive has been stored in Workspace :
- path : VRE Folders/gCube/Configuration files/THREDDS 4.6/customPalettes.tar.gz
- public link : https://goo.gl/xjeBnd
Updated by Andrea Dell'Amico over 6 years ago
- Status changed from New to In Progress
Updated by Andrea Dell'Amico over 6 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
The changes have been applied.
Updated by Andrea Dell'Amico over 6 years ago
- Status changed from Feedback to Closed
The templates now reflect the manual changes of the thredds config files.
The mixed content problems cannot be solved immediately, so I guess this ticket can be closed.
Actions