Skip to content

Commit 4d03cf7

Browse files
committedAug 21, 2013
[labeling] Update unit test control images, features db and .qml styles
1 parent e75022e commit 4d03cf7

File tree

7 files changed

+58
-13
lines changed

7 files changed

+58
-13
lines changed
 
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
0.005
1+
10
22
0
33
0
4-
-0.005
5-
609508.50249999994412065
6-
4825130.99749999959021807
4+
-10
5+
606515
6+
4827125
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
0.005
1+
10
22
0
33
0
4-
-0.005
5-
609508.50249999994412065
6-
4825130.99749999959021807
4+
-10
5+
606515
6+
4827125
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
0.005
1+
10
22
0
33
0
4-
-0.005
5-
609508.50249999994412065
6-
4825130.99749999959021807
4+
-10
5+
606515
6+
4827125

‎tests/testdata/labeling/aoi.qml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
2+
<qgis version="1.9.0-Master" minimumScale="-4.65661e-10" maximumScale="1e+08" minLabelScale="0" maxLabelScale="1e+08" hasScaleBasedVisibilityFlag="0" scaleBasedLabelVisibilityFlag="0">
3+
<renderer-v2 symbollevels="0" type="singleSymbol">
4+
<symbols>
5+
<symbol alpha="1" type="fill" name="0">
6+
<layer pass="0" class="SimpleFill" locked="0">
7+
<prop k="border_width_unit" v="MM"/>
8+
<prop k="color" v="220,43,12,255"/>
9+
<prop k="color_border" v="0,0,0,255"/>
10+
<prop k="offset" v="0,0"/>
11+
<prop k="offset_unit" v="MM"/>
12+
<prop k="style" v="no"/>
13+
<prop k="style_border" v="solid"/>
14+
<prop k="width_border" v="0.26"/>
15+
</layer>
16+
</symbol>
17+
</symbols>
18+
<rotation field=""/>
19+
<sizescale field="" scalemethod="area"/>
20+
</renderer-v2>
21+
</qgis>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
2+
<qgis version="1.9.0-Master" minimumScale="-4.65661e-10" maximumScale="1e+08" minLabelScale="0" maxLabelScale="1e+08" hasScaleBasedVisibilityFlag="0" scaleBasedLabelVisibilityFlag="0">
3+
<renderer-v2 symbollevels="0" type="singleSymbol">
4+
<symbols>
5+
<symbol alpha="1" type="fill" name="0">
6+
<layer pass="0" class="SimpleFill" locked="0">
7+
<prop k="border_width_unit" v="MM"/>
8+
<prop k="color" v="152,219,249,255"/>
9+
<prop k="color_border" v="0,0,0,255"/>
10+
<prop k="offset" v="0,0"/>
11+
<prop k="offset_unit" v="MM"/>
12+
<prop k="style" v="solid"/>
13+
<prop k="style_border" v="no"/>
14+
<prop k="width_border" v="0.26"/>
15+
</layer>
16+
</symbol>
17+
</symbols>
18+
<rotation field=""/>
19+
<sizescale field="" scalemethod="area"/>
20+
</renderer-v2>
21+
</qgis>
0 Bytes
Binary file not shown.

‎tests/testdata/labeling/point.qml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
22
<qgis version="1.9.0-Master" minimumScale="-4.65661e-10" maximumScale="1e+08" minLabelScale="0" maxLabelScale="1e+08" hasScaleBasedVisibilityFlag="0" scaleBasedLabelVisibilityFlag="0">
3-
<renderer-v2 symbollevels="0" type="singleSymbol">
3+
<renderer-v2 symbollevels="0" type="RuleRenderer">
4+
<rules>
5+
<rule filter="&quot;text&quot; IS NOT NULL" symbol="0"/>
6+
</rules>
47
<symbols>
58
<symbol alpha="1" type="marker" name="0">
69
<layer pass="0" class="SimpleMarker" locked="0">

0 commit comments

Comments
 (0)
Please sign in to comment.