-
Notifications
You must be signed in to change notification settings - Fork 2
/
PORISpropmapper.cnfx
37 lines (37 loc) · 1.02 KB
/
PORISpropmapper.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<styles>
<style name="PORISexternal" scope="node" selectionOnly="false">
<mapping>
<source name="external" origin="customProperty" type="boolean"/>
<target name="labelTextColor" type="color">
<hints>
<hint type="int">0</hint>
</hints>
</target>
<conversion type="discrete">
<discrete>
<value>true</value>
<result>#0000ff</result>
</discrete>
<discrete>
<value>false</value>
<result>#000000</result>
</discrete>
</conversion>
</mapping>
<mapping>
<source name="external" origin="customProperty" type="boolean"/>
<target name="labelBorderColor" type="color">
<hints>
<hint type="int">0</hint>
</hints>
</target>
<conversion type="discrete">
<discrete>
<value>true</value>
<result>#3366ff</result>
</discrete>
</conversion>
</mapping>
</style>
</styles>