fix path to svg file in test map
This commit is contained in:
parent
2aaeea98b0
commit
d19f8ac009
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue