remove invalid property for point_symbolizer
This commit is contained in:
parent
3b25621258
commit
9ec293c503
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<Rule title="foo">
|
||||
<Filter>([name]='Australia')</Filter>
|
||||
<TextSymbolizer size="10" name="[name] + ' (png)'" dy="20" face-name="DejaVu Sans Book" halo-radius="1"/>
|
||||
<PointSymbolizer file="../images/dummy.png" dy="-10" allow-overlap="true"/>
|
||||
<PointSymbolizer file="../images/dummy.png" allow-overlap="true"/>
|
||||
</Rule>
|
||||
<Rule title="foo1">
|
||||
<Filter>([name]='Brazil')</Filter>
|
||||
|
|
Loading…
Reference in a new issue