Skip to content
Permalink
Browse files
improve hillshade, relief and contours
  • Loading branch information
der-stefan committed Nov 18, 2014
1 parent 1013f90 commit c99ac7629608a7ce68e9c692c2560e81cb9042e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
@@ -22,13 +22,13 @@
&maxscale_zoom13;
&minscale_zoom13;
<Filter>([height] % 100 = 0) and ([height] != 0)</Filter>
<LineSymbolizer stroke="#d45500" stroke-width="0.5" />
<LineSymbolizer stroke="#d45500" stroke-width="0.5" smooth="0.7" />
</Rule>
<Rule>
&maxscale_zoom14;
&minscale_zoom16;
<Filter>([height] % 100 = 0) and ([height] != 0)</Filter>
<LineSymbolizer stroke="#d45500" stroke-width="0.6" />
<LineSymbolizer stroke="#d45500" stroke-width="0.6" smooth="0.7" />
</Rule>
<Rule>
&maxscale_zoom11;
@@ -48,13 +48,13 @@
&maxscale_zoom13;
&minscale_zoom13;
<Filter>([height] % 100 != 0) and ([height] % 50 = 0) and ([height] != 0)</Filter>
<LineSymbolizer stroke="#d45500" stroke-width="0.3" />
<LineSymbolizer stroke="#d45500" stroke-width="0.3" smooth="0.7" />
</Rule>
<Rule>
&maxscale_zoom14;
&minscale_zoom16;
<Filter>([height] % 100 != 0) and ([height] % 50 = 0) and ([height] != 0)</Filter>
<LineSymbolizer stroke="#d45500" stroke-width="0.4" />
<LineSymbolizer stroke="#d45500" stroke-width="0.4" smooth="0.7"/>
</Rule>
<Rule>
&maxscale_zoom14;
@@ -76,7 +76,7 @@
&maxscale_zoom13;
&minscale_zoom16;
<Filter>([height] % 50 != 0) and ([height] % 10 = 0) and ([height] != 0)</Filter>
<LineSymbolizer stroke="#d45500" stroke-width="0.2" />
<LineSymbolizer stroke="#d45500" stroke-width="0.2" smooth="0.7" />
</Rule>
<Rule>
&maxscale_zoom15;
@@ -1,20 +1,20 @@
<Style name="hillshade-5000">
<Rule>
&maxscale_zoom1;
&minscale_zoom5;
&minscale_zoom4;
<RasterSymbolizer comp-op="grain-merge" opacity="0.9" scaling="bilinear" />
</Rule>
</Style>
<Style name="hillshade-1000">
<Rule>
&maxscale_zoom6;
&maxscale_zoom5;
&minscale_zoom7;
<RasterSymbolizer comp-op="grain-merge" opacity="0.9" scaling="bilinear" />
</Rule>
</Style>
<Style name="hillshade-700">
<Style name="hillshade-500">
<Rule>
&maxscale_zoom8;
&minscale_zoom8;

0 comments on commit c99ac76

Please sign in to comment.