-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Belén Torrente
committed
Sep 13, 2024
1 parent
e1458a0
commit f318648
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<Configuration> | ||
|
||
<Settings cache_age_volatileresources="60" cache_age_cacheableresources="7200" /> | ||
|
||
<Style name="testdata_style_manycontours"> | ||
<ContourLine width="2" linecolor="#0000EE" textcolor="#FFFFFF" textstrokecolor="#000000" textsize="20.0" textformatting="%2.2f" classes="0.15" dashing="21,7"/> | ||
<ContourLine width="3" linecolor="#FF0000" textcolor="#808080" textstrokecolor="#FF0000" textsize="30.0" textformatting="%2.1f" classes="0.10"/> | ||
<ContourLine width="5" linecolor="#00FF00" textcolor="#00FF00" textstrokecolor="#000000" textsize="40.0" textformatting="%2.2f" classes="0.20" dashing="5,5"/> | ||
<RenderMethod>contour</RenderMethod> | ||
</Style> | ||
|
||
<!-- Layers --> | ||
|
||
<Layer type="database"> | ||
<Name>dashed_contour_lines</Name> | ||
<FilePath filter="">s3://adaguc-test-bucket/testdata.nc</FilePath> | ||
<Title>Dashed contourlines</Title> | ||
<Variable>testdata</Variable> | ||
<Styles>testdata_style_manycontours</Styles> | ||
</Layer> | ||
|
||
<!-- End of configuration /--> | ||
</Configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters