File: css_value_broken.xml

package info (click to toggle)
mapnik 0.5.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 19,136 kB
  • ctags: 14,550
  • sloc: cpp: 68,887; python: 24,895; xml: 1,534; makefile: 503; sh: 79
file content (11 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Map  >
<Map>
    <Style name="some_style">
      <Rule>
        <LineSymbolizer>
          <CssParameter name="stroke-width">foobar</CssParameter>
        </LineSymbolizer>
      </Rule>
    </Style>
</Map>