remove rastercolorizer from glyph symbolizer test

This commit is contained in:
Dane Springmeyer 2011-08-30 17:18:51 +00:00
parent bb3e01ded8
commit 12345d1269
2 changed files with 17 additions and 5 deletions

View file

@ -0,0 +1,17 @@
<!DOCTYPE Map>
<Map background-color="#b5d0d0" srs="+proj=merc +datum=WGS84 +k=1.0 +units=m +over +no_defs" minimum-version="0.7.2" paths-from-xml="false">
<Style name="test 1">
<Rule>
<Filter>[foo]='bar'</Filter>
<PointSymbolizer file="../data/images/foobar.png"/>
</Rule>
<Rule>
<ElseFilter/>
<PointSymbolizer file="../data/images/else.png"/>
</Rule>
<Rule>
<AlsoFilter/>
<PointSymbolizer file="../data/images/also.png"/>
</Rule>
</Style>
</Map>

View file

@ -2,11 +2,6 @@
<Style name="arrows">
<Rule>
<GlyphSymbolizer size="10" char="'&#237;'" value="[value]" angle="[azimuth]+90" face-name="DejaVu Sans Condensed" allow-overlap="1" avoid-edges="0" halo-fill="rgba(0%,0%,0%,.1)" halo-radius="1" angle-mode="azimuth">
<RasterColorizer default_mode="discrete" default_color="#000000">
<stop value="0" color="#0044cc"/>
<stop value="10" color="#00cc00"/>
<stop value="20" color="#ffff00"/>
</RasterColorizer>
</GlyphSymbolizer>
</Rule>
</Style>