fix path to svg file in test map

This commit is contained in:
Dane Springmeyer 2010-07-16 06:25:44 +00:00
parent 2aaeea98b0
commit d19f8ac009

View file

@ -2,7 +2,7 @@
<Map srs="+init=epsg:4326" bgcolor="rgb(255,255,255)">
<Style name="point_style">
<Rule>
<PointSymbolizer file="../images/point.svg"/>
<PointSymbolizer file="../svg/point.svg"/>
<TextSymbolizer face_name="DejaVu Sans Book" size="12" name="[name]" halo_fill="rgb(255,255,255,100)" halo_radius="1" dy="-5"/>
</Rule>
</Style>