mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
10 lines
188 B
XML
10 lines
188 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE Map >
|
|
<Map>
|
|
<Style name="some_style">
|
|
<Rule>
|
|
<LineSymbolizer stroke-width="foobar" />
|
|
</Rule>
|
|
</Style>
|
|
</Map>
|