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
Actions