Skip to content

Commit 3c984a2

Browse files
author
timlinux
committed
Micky Mouse got in my qml...this patch removes him with prejudice...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7931 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8dced2c commit 3c984a2

File tree

1 file changed

+53
-19
lines changed

1 file changed

+53
-19
lines changed

tests/testdata/points.qml

+53-19
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,78 @@
11
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
22
<qgis version="0.9.2-Ganymede" >
3-
<maplayer minScale="0" maxScale="1e+08" scaleBasedVisibilityFlag="0" geometry="Point" type="vector" >
4-
<id>points20080103150949100</id>
5-
<datasource>/Users/timlinux/dev/cpp/qgis_qml/tests/testdata/points.shp</datasource>
6-
<layername>points</layername>
3+
<maplayer minScale="1" maxScale="1e+08" scaleBasedVisibilityFlag="0" geometry="Point" type="vector" >
4+
<id>points20080109122431720</id>
5+
<datasource>/home/timlinux/dev/cpp/qgis/tests/testdata/points.shp</datasource>
6+
<layername>Points</layername>
77
<srs>
88
<spatialrefsys>
9-
<proj4>+proj=longlat +ellps=WGS84 +no_defs</proj4>
10-
<srsid>1449</srsid>
11-
<srid>4031</srid>
12-
<epsg>4031</epsg>
13-
<description>Unknown datum based upon the GEM 10C ellipsoid</description>
9+
<proj4>+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs</proj4>
10+
<srsid>2585</srsid>
11+
<srid>4326</srid>
12+
<epsg>4326</epsg>
13+
<description>WGS 84</description>
1414
<projectionacronym>longlat</projectionacronym>
1515
<ellipsoidacronym>WGS84</ellipsoidacronym>
16-
<geographicflag>false</geographicflag>
16+
<geographicflag>true</geographicflag>
1717
</spatialrefsys>
1818
</srs>
1919
<transparencyLevelInt>255</transparencyLevelInt>
2020
<provider>ogr</provider>
2121
<encoding>System</encoding>
22-
<displayfield>Name</displayfield>
22+
<classificationattribute>Importance</classificationattribute>
23+
<classificationattribute>Heading</classificationattribute>
24+
<classificationattribute>Class</classificationattribute>
25+
<displayfield>Class</displayfield>
2326
<label>0</label>
2427
<attributeactions/>
25-
<singlesymbol>
26-
<angleclassificationfield>-1</angleclassificationfield>
27-
<scaleclassificationfield>-1</scaleclassificationfield>
28+
<uniquevalue>
29+
<classificationfield>0</classificationfield>
2830
<symbol>
29-
<lowervalue></lowervalue>
31+
<lowervalue>B52</lowervalue>
3032
<uppervalue></uppervalue>
3133
<label></label>
32-
<pointsymbol>hard:circle</pointsymbol>
33-
<pointsize>6</pointsize>
34+
<pointsymbol>svg:/home/timlinux/apps/share/qgis/svg/gpsicons/plane.svg</pointsymbol>
35+
<pointsize>11</pointsize>
36+
<rotationclassificationfield>2</rotationclassificationfield>
37+
<scaleclassificationfield>2</scaleclassificationfield>
3438
<outlinecolor red="0" blue="0" green="0" />
3539
<outlinestyle>SolidLine</outlinestyle>
3640
<outlinewidth>1</outlinewidth>
37-
<fillcolor red="1" blue="193" green="34" />
41+
<fillcolor red="176" blue="238" green="151" />
3842
<fillpattern>SolidPattern</fillpattern>
3943
<texturepath></texturepath>
4044
</symbol>
41-
</singlesymbol>
45+
<symbol>
46+
<lowervalue>Biplane</lowervalue>
47+
<uppervalue></uppervalue>
48+
<label></label>
49+
<pointsymbol>svg:/home/timlinux/apps/share/qgis/svg/gpsicons/plane_orange.svg</pointsymbol>
50+
<pointsize>18</pointsize>
51+
<rotationclassificationfield>1</rotationclassificationfield>
52+
<scaleclassificationfield>2</scaleclassificationfield>
53+
<outlinecolor red="0" blue="0" green="0" />
54+
<outlinestyle>SolidLine</outlinestyle>
55+
<outlinewidth>1</outlinewidth>
56+
<fillcolor red="216" blue="24" green="135" />
57+
<fillpattern>SolidPattern</fillpattern>
58+
<texturepath></texturepath>
59+
</symbol>
60+
<symbol>
61+
<lowervalue>Jet</lowervalue>
62+
<uppervalue></uppervalue>
63+
<label></label>
64+
<pointsymbol>svg:/home/timlinux/apps/share/qgis/svg/gpsicons/plane.svg</pointsymbol>
65+
<pointsize>11</pointsize>
66+
<rotationclassificationfield>1</rotationclassificationfield>
67+
<scaleclassificationfield>2</scaleclassificationfield>
68+
<outlinecolor red="0" blue="0" green="0" />
69+
<outlinestyle>SolidLine</outlinestyle>
70+
<outlinewidth>1</outlinewidth>
71+
<fillcolor red="167" blue="179" green="107" />
72+
<fillpattern>SolidPattern</fillpattern>
73+
<texturepath></texturepath>
74+
</symbol>
75+
</uniquevalue>
4276
<labelattributes>
4377
<label field="" text="Label" />
4478
<family field="" name="Lucida Grande" />

0 commit comments

Comments
 (0)