Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Updates for test data:
- fix issues with qmls so tests run properly - updated expected images to be 400x400 rather than 800x800 - added new expected image results for new tests which will be committed shortly git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8014 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
165 additions
and 114 deletions.
- BIN tests/testdata/expected_continuous.png
- BIN tests/testdata/expected_graduated.png
- BIN tests/testdata/expected_maprender.png
- BIN tests/testdata/expected_raster.png
- BIN tests/testdata/expected_raster_pseudo.png
- BIN tests/testdata/expected_single.png
- BIN tests/testdata/expected_uniquevalue.png
- +3 −3 tests/testdata/lines_single_symbol.qml
- +82 −0 tests/testdata/maprender_testdata.qml
- +16 −12 tests/testdata/points_continuous_symbol.qml
- +26 −45 tests/testdata/points_graduated_symbol.qml
- +12 −10 tests/testdata/points_single_symbol.qml
- +24 −42 tests/testdata/points_uniquevalue_symbol.qml
- +2 −2 tests/testdata/polys_single_symbol.qml
There are no files selected for viewing
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,82 @@ | ||
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> | ||
<qgis version="0.9.2-Ganymede" > | ||
<maplayer minScale="1" maxScale="1e+08" scaleBasedVisibilityFlag="0" geometry="Polygon" type="vector" > | ||
<id>maprender_testdata20080120093911087</id> | ||
<datasource>/tmp/maprender_testdata.shp</datasource> | ||
<layername>maprender_testdata</layername> | ||
<srs> | ||
<spatialrefsys> | ||
<proj4>+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs</proj4> | ||
<srsid>2585</srsid> | ||
<srid>4326</srid> | ||
<epsg>4326</epsg> | ||
<description>WGS 84</description> | ||
<projectionacronym>longlat</projectionacronym> | ||
<ellipsoidacronym>WGS84</ellipsoidacronym> | ||
<geographicflag>true</geographicflag> | ||
</spatialrefsys> | ||
</srs> | ||
<transparencyLevelInt>255</transparencyLevelInt> | ||
<provider>ogr</provider> | ||
<encoding>System</encoding> | ||
<classificationattribute>Value</classificationattribute> | ||
<displayfield>Value</displayfield> | ||
<label>0</label> | ||
<attributeactions/> | ||
<continuoussymbol> | ||
<classificationfield>0</classificationfield> | ||
<polygonoutline>1</polygonoutline> | ||
<lowestsymbol> | ||
<symbol> | ||
<lowervalue>-180.000000</lowervalue> | ||
<uppervalue></uppervalue> | ||
<label></label> | ||
<pointsymbol>hard:circle</pointsymbol> | ||
<pointsize>10</pointsize> | ||
<rotationclassificationfield>-1</rotationclassificationfield> | ||
<scaleclassificationfield>-1</scaleclassificationfield> | ||
<outlinecolor red="0" blue="0" green="0" /> | ||
<outlinestyle>SolidLine</outlinestyle> | ||
<outlinewidth>0</outlinewidth> | ||
<fillcolor red="221" blue="77" green="218" /> | ||
<fillpattern>SolidPattern</fillpattern> | ||
<texturepath></texturepath> | ||
</symbol> | ||
</lowestsymbol> | ||
<highestsymbol> | ||
<symbol> | ||
<lowervalue>180.000000</lowervalue> | ||
<uppervalue></uppervalue> | ||
<label></label> | ||
<pointsymbol>hard:circle</pointsymbol> | ||
<pointsize>10</pointsize> | ||
<rotationclassificationfield>-1</rotationclassificationfield> | ||
<scaleclassificationfield>-1</scaleclassificationfield> | ||
<outlinecolor red="0" blue="0" green="0" /> | ||
<outlinestyle>SolidLine</outlinestyle> | ||
<outlinewidth>0</outlinewidth> | ||
<fillcolor red="187" blue="20" green="27" /> | ||
<fillpattern>SolidPattern</fillpattern> | ||
<texturepath></texturepath> | ||
</symbol> | ||
</highestsymbol> | ||
</continuoussymbol> | ||
<labelattributes> | ||
<label field="" text="Rótulo" /> | ||
<family field="" name="Lucida Grande" /> | ||
<size field="" units="pt" value="12" /> | ||
<bold field="" on="0" /> | ||
<italic field="" on="0" /> | ||
<underline field="" on="0" /> | ||
<color field="" red="0" blue="0" green="0" /> | ||
<x field="" /> | ||
<y field="" /> | ||
<offset x="0" y="0" yfield="-1" xfield="-1" units="pt" /> | ||
<angle field="" value="0" /> | ||
<alignment field="-1" value="center" /> | ||
<buffercolor field="" red="255" blue="255" green="255" /> | ||
<buffersize field="" units="pt" value="1" /> | ||
<bufferenabled field="" on="" /> | ||
</labelattributes> | ||
</maplayer> | ||
</qgis> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.