Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
image-filters-inflate water layer
Browse files Browse the repository at this point in the history
  • Loading branch information
ajashton committed Mar 10, 2015
1 parent 5bfc07e commit 47a0313
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified .thumb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion project.xml
Expand Up @@ -164,7 +164,7 @@
srs="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over">
<StyleName>waterway</StyleName> </Layer>

<Style name="water-blur" filter-mode="first" image-filters="agg-stack-blur(1,1)" comp-op="soft-light">
<Style name="water-blur" filter-mode="first" image-filters="agg-stack-blur(1,1)" image-filters-inflate="true" comp-op="soft-light">
<Rule>
<PolygonSymbolizer fill="#f0f0ff" geometry-transform="translate(0,1)" clip="false" />
</Rule>
Expand Down
1 change: 1 addition & 0 deletions style.mss
Expand Up @@ -95,6 +95,7 @@ Map {
polygon-fill: #f0f0ff;
comp-op: soft-light;
image-filters: agg-stack-blur(1,1);
image-filters-inflate: true;
polygon-geometry-transform: translate(0,1);
polygon-clip: false;
}
Expand Down

0 comments on commit 47a0313

Please sign in to comment.