A greater than symbol after the FIELD_NAME was breaking the xml example code
parent
7a46572035
commit
6be02d65ad
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Some examples of Mapnik's ability to place text along lines:
|
|||
|
||||
|
||||
```xml
|
||||
<TextSymbolizer face-name="DejaVu Sans Book" size="10" fill="black" halo-fill= "white" halo-radius="1" placement="line" allow-overlap="false">[FIELD_NAME]></TextSymbolizer>
|
||||
<TextSymbolizer face-name="DejaVu Sans Book" size="10" fill="black" halo-fill= "white" halo-radius="1" placement="line" allow-overlap="false">[FIELD_NAME]</TextSymbolizer>
|
||||
```
|
||||
|
||||
See [[XMLGettingStarted]] for more XML example uses of TextSymbolizer.
|
||||
|
|
Loading…
Reference in a new issue