File: rulebasedrenderer_simple.xml

package info (click to toggle)
qgis 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 374,696 kB
  • ctags: 66,263
  • sloc: cpp: 396,139; ansic: 241,070; python: 130,609; xml: 14,884; perl: 1,290; sh: 1,287; sql: 500; yacc: 268; lex: 242; makefile: 168
file content (32 lines) | stat: -rw-r--r-- 1,309 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<renderer-v2 symbollevels="0" type="RuleRenderer">
    <rules>
        <rule filter="type=3" symbol="0" label="type3"/>
        <rule filter="type=1" symbol="1" label="type1"/>
    </rules>
    <symbols>
        <symbol outputUnit="MM" alpha="1" type="line" name="0">
            <layer pass="0" class="SimpleLine" locked="0">
                <prop k="capstyle" v="square"/>
                <prop k="color" v="220,0,0,255"/>
                <prop k="customdash" v="5;2"/>
                <prop k="joinstyle" v="bevel"/>
                <prop k="offset" v="0"/>
                <prop k="penstyle" v="solid"/>
                <prop k="use_custom_dash" v="0"/>
                <prop k="width" v="0.26"/>
            </layer>
        </symbol>
        <symbol outputUnit="MM" alpha="1" type="line" name="1">
            <layer pass="0" class="SimpleLine" locked="0">
                <prop k="capstyle" v="square"/>
                <prop k="color" v="94,116,254,255"/>
                <prop k="customdash" v="5;2"/>
                <prop k="joinstyle" v="bevel"/>
                <prop k="offset" v="0"/>
                <prop k="penstyle" v="solid"/>
                <prop k="use_custom_dash" v="0"/>
                <prop k="width" v="0.26"/>
            </layer>
        </symbol>
    </symbols>
</renderer-v2>