Updated LineSymbolizer (markdown)
parent
4b00ffbeaa
commit
e0d0fa2e73
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Fetch all the possible methods like:
|
||||||
```cpp
|
```cpp
|
||||||
rule_type rule;
|
rule_type rule;
|
||||||
stroke ls; // This is the line symbolizer
|
stroke ls; // This is the line symbolizer
|
||||||
ls.set_color(color(255, 255, 255);
|
ls.set_color(color(255, 255, 255));
|
||||||
ls.set_width(4); // width of the line in pixels
|
ls.set_width(4); // width of the line in pixels
|
||||||
ls.set_line_join(mapnik::ROUND_JOIN);
|
ls.set_line_join(mapnik::ROUND_JOIN);
|
||||||
ls.set_line_cap(mapnik::ROUND_CAP);
|
ls.set_line_cap(mapnik::ROUND_CAP);
|
||||||
|
|
Loading…
Reference in a new issue