~ubuntu-branches/ubuntu/trusty/qgis/trusty

« back to all changes in this revision

Viewing changes to tests/testdata/polys_graduated_symbol.qml

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
 
2
<qgis version="0.9.2-Ganymede" minimumScale="1" maximumScale="1e+08" hasScaleBasedVisibilityFlag="0" geometry="Polygon" type="vector" >
 
3
    <id>polys20080110101725465</id>
 
4
    <datasource>/Users/timlinux/dev/cpp/qgis_qml/tests/testdata/polys.shp</datasource>
 
5
    <layername>polys</layername>
 
6
    <srs>
 
7
      <spatialrefsys>
 
8
        <proj4>+proj=longlat +ellps=WGS84 +no_defs</proj4>
 
9
        <srsid>1449</srsid>
 
10
        <srid>4031</srid>
 
11
        <epsg>4031</epsg>
 
12
        <description>Unknown datum based upon the GEM 10C ellipsoid</description>
 
13
        <projectionacronym>longlat</projectionacronym>
 
14
        <ellipsoidacronym>WGS84</ellipsoidacronym>
 
15
        <geographicflag>true</geographicflag>
 
16
      </spatialrefsys>
 
17
    </srs>
 
18
    <transparencyLevelInt>255</transparencyLevelInt>
 
19
    <provider>ogr</provider>
 
20
    <encoding>System</encoding>
 
21
    <classificationattribute>Value</classificationattribute>
 
22
    <displayfield>Name</displayfield>
 
23
    <label>0</label>
 
24
    <attributeactions/>
 
25
    <graduatedsymbol>
 
26
      <classificationfield>Value</classificationfield>
 
27
      <symbol>
 
28
        <lowervalue>6.999</lowervalue>
 
29
        <uppervalue>11.333</uppervalue>
 
30
        <label>Low Pollution</label>
 
31
        <pointsymbol>hard:circle</pointsymbol>
 
32
        <pointsize>11</pointsize>
 
33
        <rotationclassificationfield>-1</rotationclassificationfield>
 
34
        <scaleclassificationfield>-1</scaleclassificationfield>
 
35
        <outlinecolor red="13" blue="166" green="110" />
 
36
        <outlinestyle>SolidLine</outlinestyle>
 
37
        <outlinewidth>0.4</outlinewidth>
 
38
        <fillcolor red="124" blue="221" green="186" />
 
39
        <fillpattern>Dense1Pattern</fillpattern>
 
40
        <texturepath></texturepath>
 
41
      </symbol>
 
42
      <symbol>
 
43
        <lowervalue>11.333</lowervalue>
 
44
        <uppervalue>15.667</uppervalue>
 
45
        <label>Medium Pollution</label>
 
46
        <pointsymbol>hard:circle</pointsymbol>
 
47
        <pointsize>11</pointsize>
 
48
        <rotationclassificationfield>-1</rotationclassificationfield>
 
49
        <scaleclassificationfield>-1</scaleclassificationfield>
 
50
        <outlinecolor red="26" blue="177" green="173" />
 
51
        <outlinestyle>SolidLine</outlinestyle>
 
52
        <outlinewidth>0.4</outlinewidth>
 
53
        <fillcolor red="95" blue="188" green="144" />
 
54
        <fillpattern>SolidPattern</fillpattern>
 
55
        <texturepath></texturepath>
 
56
      </symbol>
 
57
      <symbol>
 
58
        <lowervalue>15.667</lowervalue>
 
59
        <uppervalue>20.001</uppervalue>
 
60
        <label>High Pollution</label>
 
61
        <pointsymbol>hard:circle</pointsymbol>
 
62
        <pointsize>11</pointsize>
 
63
        <rotationclassificationfield>-1</rotationclassificationfield>
 
64
        <scaleclassificationfield>-1</scaleclassificationfield>
 
65
        <outlinecolor red="152" blue="93" green="84" />
 
66
        <outlinestyle>SolidLine</outlinestyle>
 
67
        <outlinewidth>0.4</outlinewidth>
 
68
        <fillcolor red="171" blue="136" green="130" />
 
69
        <fillpattern>SolidPattern</fillpattern>
 
70
        <texturepath></texturepath>
 
71
      </symbol>
 
72
    </graduatedsymbol>
 
73
    <labelattributes>
 
74
      <label field="" text="Label" />
 
75
      <family field="" name="Lucida Grande" />
 
76
      <size field="" units="pt" value="12" />
 
77
      <bold field="" on="0" />
 
78
      <italic field="" on="0" />
 
79
      <underline field="" on="0" />
 
80
      <color field="" red="0" blue="0" green="0" />
 
81
      <x field="" />
 
82
      <y field="" />
 
83
      <offset x="0" y="0" yfield="-1" xfield="-1" units="pt" />
 
84
      <angle field="" value="0" />
 
85
      <alignment field="-1" value="center" />
 
86
      <buffercolor field="" red="255" blue="255" green="255" />
 
87
      <buffersize field="" units="pt" value="1" />
 
88
      <bufferenabled field="" on="" />
 
89
    </labelattributes>
 
90
</qgis>