File: style_fold.result

package info (click to toggle)
node-carto 1.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,668 kB
  • sloc: javascript: 5,195; xml: 384; python: 33; makefile: 27
file content (20 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Map[]>
<Map>


<Style name="a" filter-mode="first">
  <Rule>
    <Filter>([y] = 'Y')</Filter>
    <LineSymbolizer stroke-linecap="round" stroke-width="2" />
  </Rule>
  <Rule>
    <Filter>([x] = 'X')</Filter>
    <LineSymbolizer stroke-linecap="round" />
  </Rule>
</Style>
<Layer name="a"
>
    <StyleName>a</StyleName>  </Layer>

</Map>