-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmapping.cnfx
57 lines (57 loc) · 1.58 KB
/
mapping.cnfx
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<styles>
<style name="attrs_visible" scope="node" selectionOnly="false">
<mapping>
<source name="Name" origin="customProperty" type="string"/>
<target name="labelText" type="string">
<hints>
<hint type="int">0</hint>
</hints>
</target>
<conversion type="asIs"/>
</mapping>
<mapping>
<source name="Description" origin="customProperty" type="string"/>
<target name="labelText" type="string">
<hints>
<hint type="int">1</hint>
</hints>
</target>
<conversion type="asIs"/>
</mapping>
<mapping>
<source name="Chars" origin="customProperty" type="string"/>
<target name="labelText" type="string">
<hints>
<hint type="int">2</hint>
</hints>
</target>
<conversion type="asIs"/>
</mapping>
<mapping>
<source name="Doors" origin="customProperty" type="int"/>
<target name="labelText" type="string">
<hints>
<hint type="int">3</hint>
</hints>
</target>
<conversion type="asIs"/>
</mapping>
<mapping>
<source name="Type" origin="customProperty" type="int"/>
<target name="fillColor" type="color">
<hints/>
</target>
<conversion type="discrete">
<discrete>
<value>1</value>
<result>#339966</result>
</discrete>
<discrete>
<value>0</value>
<result>#ffcc00</result>
</discrete>
</conversion>
</mapping>
</style>
</styles>