Skip to content

Commit

Permalink
Fix #2 (vooral watervlakken)
Browse files Browse the repository at this point in the history
  • Loading branch information
rduivenvoorde committed Apr 25, 2021
1 parent aa8a34f commit 51cacea
Show file tree
Hide file tree
Showing 2 changed files with 828 additions and 111 deletions.
60 changes: 55 additions & 5 deletions slds/1.2.0/Waterdeel_Vlak_style.sld
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<Rule>
<Name>waterdeel met riet</Name>
<Title>waterdeel met riet</Title>
<ogc:Filter>
<!--<ogc:Filter>
<ogc:PropertyIsEqualTo>
<ogc:Function name="in">
<ogc:PropertyName>visualisatiecode</ogc:PropertyName>
Expand All @@ -133,7 +133,36 @@
</ogc:Function>
<ogc:Literal>true</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
</ogc:Filter>-->
<!-- QGIS fix -->
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc">
<ogc:Or>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>visualisatiecode</ogc:PropertyName>
<ogc:Literal>12405</ogc:Literal>
</ogc:PropertyIsEqualTo>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>visualisatiecode</ogc:PropertyName>
<ogc:Literal>12415</ogc:Literal>
</ogc:PropertyIsEqualTo>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>visualisatiecode</ogc:PropertyName>
<ogc:Literal>12425</ogc:Literal>
</ogc:PropertyIsEqualTo>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>visualisatiecode</ogc:PropertyName>
<ogc:Literal>12435</ogc:Literal>
</ogc:PropertyIsEqualTo>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>visualisatiecode</ogc:PropertyName>
<ogc:Literal>12505</ogc:Literal>
</ogc:PropertyIsEqualTo>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>visualisatiecode</ogc:PropertyName>
<ogc:Literal>12605</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Or>
</ogc:Filter>
<MaxScaleDenominator>40000</MaxScaleDenominator>
<PolygonSymbolizer>
<Fill>
Expand Down Expand Up @@ -181,7 +210,7 @@
<Rule>
<Name>waterloop</Name>
<Title>waterloop</Title>
<ogc:Filter>
<!--<ogc:Filter>
<ogc:PropertyIsEqualTo>
<ogc:Function name="in">
<ogc:PropertyName>visualisatiecode</ogc:PropertyName>
Expand All @@ -192,7 +221,28 @@
</ogc:Function>
<ogc:Literal>true</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
</ogc:Filter>-->
<!-- QGIS fix -->
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc">
<ogc:Or>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>visualisatiecode</ogc:PropertyName>
<ogc:Literal>12400</ogc:Literal>
</ogc:PropertyIsEqualTo>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>visualisatiecode</ogc:PropertyName>
<ogc:Literal>12410</ogc:Literal>
</ogc:PropertyIsEqualTo>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>visualisatiecode</ogc:PropertyName>
<ogc:Literal>12420</ogc:Literal>
</ogc:PropertyIsEqualTo>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>visualisatiecode</ogc:PropertyName>
<ogc:Literal>12430</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Or>
</ogc:Filter>
<MaxScaleDenominator>40000</MaxScaleDenominator>
<PolygonSymbolizer>
<Fill>
Expand All @@ -219,4 +269,4 @@
</FeatureTypeStyle>
</UserStyle>
</NamedLayer>
</StyledLayerDescriptor>
</StyledLayerDescriptor>
Loading

0 comments on commit 51cacea

Please sign in to comment.