2010-03-19 12:19:43 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Map>
|
|
|
|
<Style name="arrows">
|
|
|
|
<Rule>
|
|
|
|
<GlyphSymbolizer
|
|
|
|
face_name="DejaVu Sans Condensed"
|
2010-08-11 01:45:05 +02:00
|
|
|
size="10"
|
2010-03-19 12:19:43 +01:00
|
|
|
char="'í'"
|
|
|
|
allow_overlap="1"
|
|
|
|
avoid_edges="0"
|
2010-08-10 03:01:10 +02:00
|
|
|
halo_fill="rgba(0%,0%,0%,.1)"
|
2010-03-19 12:19:43 +01:00
|
|
|
halo_radius="1"
|
|
|
|
value="[value]"
|
2010-03-22 12:21:17 +01:00
|
|
|
angle="[azimuth]+90"
|
|
|
|
angle_mode="azimuth"
|
2010-03-19 12:19:43 +01:00
|
|
|
>
|
|
|
|
<RasterColorizer>
|
|
|
|
<ColorBand value="0" color="#0044cc"/>
|
|
|
|
<ColorBand value="10" color="#00cc00"/>
|
|
|
|
<ColorBand value="20" color="#ffff00"/>
|
|
|
|
</RasterColorizer>
|
|
|
|
</GlyphSymbolizer>
|
|
|
|
</Rule>
|
|
|
|
</Style>
|
|
|
|
</Map>
|