QGIS/doc/index.html
timlinux 4a5360c2b3 Updated index.html for release
git-svn-id: http://svn.osgeo.org/qgis/trunk@15684 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-04-09 15:55:20 +00:00

684 lines
32 KiB
HTML

<html>
<head>
<LINK REL="STYLESHEET" HREF="qgisdoc.css">
</head>
<body>
<table>
<tr>
<td>
<a href="http://qgis.org"><img src="images/qgis_new_80pct.png" border=0></a>
</td>
<td valign="center">
<span class="header">Quantum GIS Documentation</span><br>
<span class="subheader">Version 1.7.0 <i>Wroclaw</i></span><br>
<span class="warning">Please read this entire document for important information about this release.</span><br>
<span class="warning">You find a <a href="http://www.qgis.org/en/documentation/manuals.html">PDF manual of the current version</a> on the QGIS website.</span>
</td>
</tr>
</table>
<!-- comment out the links so you'll read the whole thing - we hope
<a href="install.pdf" class="bar">Installation Guide</a>&nbsp;&nbsp;
<a href="userguide.pdf" class="bar">User Guide</a><br>
-->
<!-- This documentation describes the Quantum GIS (QGIS) application. More
information on QGIS is available on the web page at http://qgis.org. -->
<h2>Whats new in Version 1.7.0 'Wrocław'?</h2>
<p>This release is named after the town of Wrocław in Poland. The Department of
Climatology and Atmosphere Protection, University of Wrocław kindly hosted our
last developer meeting in November 2010. Please note that this is a release in
our 'cutting edge' release series. As such it contains new features and extends
the programmatic interface over QGIS 1.0.x and QGIS 1.6.0. As with any
software, there may be bugs and issues that we were not able to fix in time for
the release. We therefore recommend that you test this version before rolling
it out en-masse to your users.
</p>
<p>
This release includes over 277 bug fixes and many new features and
enhancements. Once again it is impossible to document everything here that has
changed so we will just provide a bullet list of key new features here.
</p>
<h3>Symbology labels and diagrams</h3>
<ul>
<li>New symbology now used by default!</li>
<li>Diagram system that uses the same smart placement system as labeling-ng</li>
<li>Export and import of styles (symbology-ng).</li>
<li>Labels for rules in rule-based renderers.</li>
<li>Ability to set label distance in map units.</li>
<li>Rotation for svg fills.</li>
<li>Font marker can have an X,Y offset.</li>
<li>Allow the line symbol layers to be used for outline of polygon (fill) symbols.</li>
<li>Option to put marker on the central point of a line.</li>
<li>Option to put marker only on first/last vertex of a line.</li>
<li>Added \"centroid fill\" symbol layer which draws a marker on polygon's centroid.</li>
<li>Allow the marker line symbol layer to draw markers on each vertex.</li>
<li>Move/rotate/change label edit tools to interactively change data defined label properties.</li>
</ul>
<h3>New Tools</h3>
<ul>
<li>Added GUI for gdaldem.</li>
<li>Added 'Lines to polygons' tool to vector menu.</li>
<li>Added field calculator with functions like $x, $y and $perimeter.</li>
<li>Added voronoi polygon tool to Vector menu.</li>
</ul>
<h3>User interface updates</h3>
<ul>
<li>Allow managing missing layers in a list.</li>
<li>Zoom to group of layers.</li>
<li>'Tip of the day' on startup. You can en/disable tips in the options panel.</li>
<li>Better organisation of menus, separate database menu added.</li>
<li>Add ability to show number of features in legend classes. Accessible via right-click legend menu.</li>
<li>General clean-ups and usability improvements.</li>
</ul>
<h3>CRS Handling</h3>
<ul>
<li>Show active crs in status bar.</li>
<li>Assign layer CRS to project (in the legend context menu).</li>
<li>Select default CRS for new projects.</li>
<li>Allow setting CRS for multiple layers at once.</li>
<li>Default to last selection when prompting for CRS.</li>
</ul>
<h3>Rasters</h3>
<ul>
<li>Added AND and OR operator for raster calculator</li>
<li>On-the-fly reprojection of rasters added!</li>
<li>Proper implementation of raster providers.</li>
<li>Added raster toolbar with histogram stretch functions.</li>
</ul>
<h3>Providers and Data Handling</h3>
<ul>
<li>New SQLAnywhere vector provider.</li>
<li>Table join support.</li>
<li>Feature form updates:
<ul>
<li>Make NULL value string representation configurable.</li>
<li>Fix feature updates in feature form from attribute table.</li>
<li>Add support for NULL values in value maps (comboboxes).</li>
<li>Use layer names instead of ids in drop down list when loading value maps from layers.</li>
<li>Support feature form expression fields: line edits on the form which
name prefix "expr_" are evaluated. Their value is interpreted as field
calculator string and replaced with the calculated value.</li>
</ul>
</li>
<li>Support searching for NULL in attribute table.</li>
<li>Attribute editing improvements:
<ul>
<li>Improved interactive attribute editing in table (adding/deleting features, attribute update).</li>
<li>Allow adding of geometryless features.</li>
<li>Fixed attribute undo/redo.</li>
</ul>
</li>
<li>Improved attribute handling:</li>
<ul>
<li>Optionally re-use entered attribute values for next digitized feature.</li>
<li>Allow merging/assigning attribute values to a set of features.</li></ul></li>
<li>Allow OGR 'save as' without attributes (for eg. DGN/DXF).</li>
</ul>
</li>
</ul>
<h3>Api and Developer Centric</h3>
<ul>
<li>Refactored attribute dialog calls to QgsFeatureAttribute.</li>
<li>Added QgsVectorLayer::featureAdded signal.</li>
<li>Layer menu function added.</li>
<li>Added option to load c++ plugins from user specified directories. Requires application restart to activate.</li>
<li>Completely new geometry checking tool for fTools. Significantly faster, more relevant error messages, and now supports zooming to errors. See the new QgsGeometry.validateGeometry function</li>
</ul>
<h3>QGIS Mapserver</h3>
<ul>
<li>Ability to specify wms service capabilities in the properties
section of the project file (instead of wms_metadata.xml file).</li>
<li>Support for wms printing with GetPrint-Request.</li>
</ul>
<h3>Plugins</h3>
<ul>
<li>Support for icons of plugins in the plugin manager dialog.</li>
<li>Removed quickprint plugin - use easyprint plugin rather from plugin repo.</li>
<li>Removed ogr convertor plugin - use 'save as' context menu rather.</li>
</ul>
<h3>Printing</h3>
<ul>
<li>Undo/Redo support for the print composer</li>
</ul>
<h2>Whats new in Version 1.6.0 'Capiapó'?</h2>
<p>
Please note that this is a release in our 'cutting edge' release series. As
such it contains new features and extends the programmatic interface over QGIS
1.0.x and QGIS 1.5.0. We recommend that you use this version over previous releases.
</p>
<p>
This release includes over 177 bug fixes and many new features and enhancements.
Once again it is impossible to document everything here that has changed so we will
just provide a bullet list of key new features here.
</p>
<h3>General Improvements</h3>
<ul>
<li>Added gpsd support to live gps tracking.</li>
<li>A new plugin has been included that allows for offline editing.</li>
<li>Field calculator will now insert NULL feature value in case of calculation error instead of stopping and reverting calculation for all features.</li>
<li>Allow user specific PROJ.4 search paths and update srs.db to include grid reference.</li>
<li>Added a native (C++) raster calculator implementation which can deal with large rasters efficiently.</li>
<li>Improved interaction with extents widget in statusbar so that the text contents of the widget can be copied and pasted.</li>
<li>Many improvements and new operators to the vector attribute table field calculator including field concatenation, row counter etc.</li>
<li>Added --configpath option that overrides the default path (~/.qgis) for user configuration and forces QSettings to use this directory, too. This allows users to e.g. carry QGIS installation on a flash drive together with all plugins and settings.</li>
<li>Experimental WFS-T support. Additionally ported wfs to network manager.</li>
<li>Georeferencer has had many tidy ups and improvements.</li>
<li>Support for long int in attribute dialog and editor.</li>
<li>The QGIS Mapserver project has been incorporated into the main SVN repository and packages are being made available. QGIS Mapserver allows you to serve your QGIS project files via the OGC WMS protocol. <a href="http://linfiniti.com/2010/08/qgis-mapserver-a-wms-server-for-the-masses/">Read More</a></li>
<li>Select and measure toolbar flyouts and submenus.</li>
<li>Support has been added for non-spatial tables (currently OGR, delimited text and PostgreSQL providers). These tables can be used for field lookups or just generally browsed and edited using the table view.</li>
<li>Added search string support for feature ids ($id) and various other search related improvements.</li>
<li>Added reload method to map layers and provider interface. Like this, caching providers (currently WMS and WFS) can synchronize with changes in the datasource.</li>
</ul>
<h3>Table of contents (TOC) improvements</h3>
<ul>
<li>Added a new option to the raster legend menu that will stretch the current layer using the min and max pixel values of the current extent.</li>
<li>When writing shape files using the table of contents context menu's 'Save as' option, you can now specify OGR creation options.</li>
<li>In the table of contents, it is now possible to select and remove several layers at once.</li>
</ul>
<h3>Labelling (New generation only)</h3>
<ul>
<li>Data defined label position in labeling-ng.</li>
<li>Line wrapping, data defined font and buffer settings for labeling-ng.</li>
</ul>
<h3>Layer properties and symbology</h3>
<ul>
<li>Three new classification modes added to graduated symbol renderer (version 2), including Natural Breaks (Jenks), Standard Deviations, and Pretty Breaks (based on pretty from the R statistical environment). <a href="http://linfiniti.com/2010/09/new-class-breaks-for-graduated-symbols-in-qgis/">Read More</a></li>
<li>Improved loading speed of the symbol properties dialog.</li>
<li>Data-defined rotation and size for categorized and graduated renderer (symbology-ng).</li>
<li>Use size scale also for line symbols to modify line width.</li>
<li>Replaced raster histogram implementation with one based on Qwt. Added option to save histogram as image file. Show actual pixel values on x axis of raster histogram.</li>
<li>Added ability to interactively select pixels from the canvas to populate the transparency table in the raster layer properties dialog.</li>
<li>Allow creation of color ramps in vector color ramp combo box.</li>
<li>Added "style manager..." button to symbol selector so that users will find the style manager more easily.</li>
</ul>
<h3>Map Composer</h3>
<ul>
<li>add capability to show and manipulate composer item width/ height in item position dialog.</li>
<li>Composer items can now be deleted with the backspace key.</li>
<li>Sorting for composer attribute table (several columns and ascending / descending).</li>
</ul>
<h2>Whats new in Version 1.5.0?</h2>
<p>
Please note that this is a release in our 'cutting edge' release series. As
such it contains new features and extends the programmatic interface over QGIS
1.0.x and QGIS 1.4.0. If an unchanging user interface, programmatic API and
long term support is more important to you then cool new and untested features,
we recommend that you use a copy of QGIS from our Long Term Support (LTS)1.0.x
release series. In all other cases we recommend that you use this version.
</p>
<p>
This release includes over 350 bug fixes, over 40 new features.
Once again it is impossible to document everything here that has changed so we will
just provide a bullet list of key new features here.
</p>
<h3>Main GUI</h3>
<ul>
<li>There is a new angle measuring tool that allows you to interactively measure angles against the map backdrop.</li>
<li>Live GPS Tracking tool</li>
<li>User configurable WMS search server</li>
<li>Allow editing of invalid geometry in node tool</li>
<li>Choice between mm and map units for new symbology. Scaling to use new symbology in print composer as well</li>
<li>SVG fill symbol layer for polygon textures</li>
<li>Font marker symbol layer</li>
<li>Added --noplugins command line options to avoid restoring the plugins. Useful when a plugin misbehaves and causes QGIS to crash during startup</li>
<li>Allow hiding of deprecated CRSes</li>
<li>Add point displacement renderer plugin - allows points to be shifted to avoid colliding with other points</li>
<li>Allow saving vector layers as ogr vector files</li>
<li>Raster provider: reduce debugging noise</li>
<li>Allow adding parts to multi points and lines</li>
<li>Text and form annotation tools are now in gui and app</li>
<li>Added possibility to place a set of default composer templates in pkgDataPath/composer_templates</li>
<li>Gradient color ramps now support multiple stops - for adding intermediate colors</li>
<li>Center map if user clicks into the map</li>
<li>New plugin for carrying out spatial selections</li>
<li>Data-defined size and rotation for single symbol renderer in symbology-ng</li>
<li>IdentifyAsHtml to raster layer and use it in identify</li>
<li>Export legend groups and layers with legendinterface and use this information to display groups in the composer legend.</li>
<li>Show selected feature count in status bar </li>
<li>Query option added to layer menu to subset vector layers</li>
<li>Option to label only selected features (on the 'old' labelling tool)</li>
<li>Load/save queries created in the query builder.</li>
<li>Manual adding of categories in symbology-ng.</li>
<li>Georeferencer: possibility to configure if residuals should be showed in pixels or map units</li>
<li>Delimited text provider: allow empty values in numeric columns</li>
<li>Added rule-based renderer for symbology-ng</li>
<li>Ability to create spatial lite databases from within QGIS</li>
<li>Inclusion of GDAL Raster tools plugin into QGIS core</li>
<li>New python console (with history)</li>
<li>Add validation to capture tool</li>
<li>Allow postgres layers without saved username &amp; password by asking for credentials</li>
<li>Support NULL values in search strings</li>
<li>Optionally add new layers to the selected group</li>
<li>Map composer can add attribute Tables in layouts. It is possibile to show only visible features in composer table or all features</li>
<li>Identify tool attribute form now non-modal in view mode (since r12796)</li>
<li>Identified features' highlight disappear when window is deactivate or closed and reappears when reactivated.</li>
</ul>
<h3>WMS and WMS-C Support</h3>
<ul>
<li>WMS-C support, new spatial authorities, wms selection improvements</li>
<li>Resolved EPSG dependency in spatial reference systems and included french IGNF definitions in srs.db</li>
<li>WWM provider makes requests asynchronously through QNetworkAccessManager now</li>
<li>WMS selection allows inserting of all layers of a branch</li>
<li>WMS has support for more mime types</li>
<li>Added load/save to WMS dialog</li>
<li>WMS-C scale slider gui added and more selection improvements</li>
</ul>
<h3>API Updates</h3>
<ul>
<li>QgsDataProvider &amp; QgsMapLayer: add dataChanged() signal, so that a provider can signal that the datasource changed</li>
<li>Use QNetworkAccessManager instead of QgsHttpTransaction (including caching and dynamic authentication to website and proxies)</li>
<li>Allow opening layer properties from plugins</li>
<li>Support for custom plugin layers.</li>
<li>Allow refreshing of plugins programmatically</li>
<li>Support for custom plugin directories using QGIS_PLUGINPATH environment variables. More paths can be passed, separated by semicolon.</li>
<li>Legend interface added to retrieve layers in legend order</li>
<li>Support more GEOS operators</li>
</ul>
<h2>Whats new in Version 1.4.0 'Enceladus'?</h2>
<p>
Please note that this is a release in our 'cutting edge' release series. As
such it contains new features and extends the programmatic interface over QGIS
1.0.x and QGIS 1.3.0. If an unchanging user interface, programmatic API and
long term support is more important to you then cool new and untested features,
we recommend that you use a copy of QGIS from our Long Term Support (LTS)1.0.x
release series. In all other cases we recommend that you use this version.
</p>
<p>
This release includes around 200 bug fixes, nearly 30 new features and has had
a lot of love and attention poured in to it to take our favourite desktop GIS
application another step on the road to GIS nirvana! So much has happened in
the 3 months since our last release that it is impossible to document
everything here. Instead we will just highlight a couple of important new
features for you.
</p>
<p>
Probably the biggest new feature is the addition of the new vector symbology
infrastructure. This is provided alongside the old implementation - you can
switch using a button in the vector layer properties dialog. It does't replace
the old symbology implementation completely yet because there are various isues
that need to be resolved and a large amount of testinhen it is considered
ready.
</p>
<p>
QGIS now has a field calculator, accessible via a button in the attribute
section of the vector properties, and from the attribute table user interface.
You can use feature length, feature area, string concatenation and type
conversions in the field calculator, as well as field values.
</p>
<p>
The map composer has had a lot of attention. A grid can now be added to
composer maps. Composer maps can now be rotated in the layout. The limitation
of a single map layout per project has been removed. A new composer manager
dialog has been added to manage the existing composer instances. The composer
widget property sheets have been completely overhauled to use less screen space
</p>
<p>
Various parts of the user interface have been overhauled with the goal of
improving consistency and to improve support for netbooks and other smaller
screen devices. Loading and saving of shortcuts. Position can now be displayed
as Degrees, Minutes, Seconds in the status bar. The add, move and delete vertex
buttons are now removed and the node tool is moved from the advanced editing
toolbar to the standard editing toolbar. The identification tool has also
undergone numerous improvements.
</p>
<p>
A render caching capability has been added to QGIS. This speeds up common
operations such as layer re-ordering, changing symbology, WMS / WFS client,
hiding / showing layers and opens the door for future enhancements such as
threaded rendering and pre-compositing layer cache manipulation. Note that it
is disabled by default, and can be enabled in the options dialog.
</p>
<p>
User defined SVG search paths are now added to the options dialog.
</p>
<p>
When creating a new shapefile, you can now specify its CRS. Also the avoid
intersections option for polygons is now also possible with background layers.
</p>
<p>
For power users, you can now create customizable attribute forms using Qt
Designer dialog UIs.
</p>
<h2>Whats new in Version 1.3.0 'Mimas'?</h2>
<p>
This release includes over 30 bug fixes and several useful new features:
</p>
<p>OSM plugin &amp; provider updates:</p>
<ul>
<li>new OSM style files.</li>
<li>new icons.</li>
<li>dialog text updated and completed.</li>
<li>"Saving OSM into file" functionality was improvements.</li>
<li>fixed some problems with encoding... ascii to utf-8.</li>
<li>all OSM layers are automatically removed after disabling OSM plugin in plugin manager.</li>
<li>other OSM related bugfixes.</li>
</ul>
<p>Other notable features and improvements in this release</p>
<ul>
<li>Marker size is now configurable when editing a layer.</li>
<li>Incorporation of the analysis library into the mainstream release.</li>
<li>Identify features across multiple layers.</li>
<li>Added a new plugin for carrying out raster terrain analysis (computing slope
aspect, steepness etc).</li>
<li>A reshape tool to apply to line/polygon geometries. The part of a geometry
between the first and last intersection of the reshape line will be replaced.</li>
<li>Added snapping to current layer in measure dialog.</li>
<li>Added ability to select the primary key for views.</li>
<li>Zoom to a coordinate by entering it in the status bar coordinate display.</li>
</ul>
<h2>Whats new in Version 1.2.0?</h2>
<p>
This release includes over 140 bug fixes and enhancements
over the QGIS 1.1.0 release. In addition we have added
the following new features:
</p>
<pre>
Editing:
Editing functionality in QGIS has had a major update in this release. This
includes the addition of new vector editing tools:
- delete part of multipart feature
- delete hole from polygon
- simplify feature
- Added a new "node" tool (in advanced digitizing toolbar).
- New functionality for merging features
- Added undo/redo functionality for vector layer editing.
- Added option to show only markers of selected features in editing mode.
- Change layer's icon in legend to reflext that the layer is editable.
In addition, there are undo/redo actions in Edit menu, in Advanced digitizing toolbar
and there is a new dock widget displaying undo stack of active layer.
About the node tool: It resembles a tool for editing paths by nodes that is
present in every vector editor. How does it work (in QGIS)? Click on a
feature, its nodes will be marked by small rectangles. Clicking and dragging a
node moves it. Double clicking a segment will add a new node. Pressing delete
key will remove active node. It's possible to select more active nodes at
once: by clicking and dragging a rectangle. It's possible to select a segment's
adjacent nodes by clicking on the segment. It's possible to add/remove active
nodes by using Ctrl when clicking a node or dragging a rectangle
We recommend that you turn off vertex markers in QGIS options when working with
this tool: the redraws are much faster and the map is not cluttered with
markers.
Keyboard shortcuts:
New feature: configure shortcuts for actions within main window of qgis!
See menu Setting->Configure shortcuts
Map Composer:
It is now possible to lock/unlock composer item positions by right mouse click.
The width and height of the composer map will now remain fixed if user sets the
composer map extent to the map canvas extent. possibility to display
current date in composer label by typing (d 'June' yyyy) or similar.
It is now possible to keep the current layers in a composer map even if further
layers are added to the main map. Export to PDF in composer is now possible.
Attribute tables:
It is now possible to search the attribute table within selected records only.
General speedups have been made on the attribute table. Setting of field width
and precision when adding attributes is now possible. Handling of attribute
types in WFS provider has bee improved.
Attribute aliases for vector layers are now available. The aliases are shown
instead of the original field names in the info tool and attribute table to
make things easier for end users. There is now a GUI for setting edit widgets
for layer attributes. A new dialog allows loading a value map from a layer
(could be non-spatial table too!). The edit widgets settings will also now
be respected in the attribute table.
Plugins:
- The order of layers in the WMS dialog can now be changed.
- The eVis plugin, version 1.1.0, has been added to the QGIS project and
included as a standard plugin. More information about eVis can be found here:
http://biodiversityinformatics.amnh.org/open_source/evis/documentation.php .
- The interpolation plugin now has the ability to use line layers as constrains
for triangulation in interpolation plugin. You can also now save the
triangulation to shape file.
- An new OpenStreetMap provider and plugin have been added to QGIS.
Projects Management:
QGIS now includes support for project relative position of file data sources
and svgs. The saving of relative paths of file data sources is optional.
PostGIS & the PostgreSQL Provider:
You can now select the SSL mode when adding a new DB connection. Turning off
SSL encryption can greatly improve performance of PostGIS data loading where
connection security is not required. Support has been added for more native
types and for setting of column comments.
Symbology enhancements:
- allow refresh of symbols via popup menu on the renderer's symbol selection
- add support for data defined symbol(name)s
- add support for font symbol markers (only data defined - no gui yet)
- add symbol size in map units (ie. symbols that keep the size in mapunits
independent of the mapscale)
Command line arguments:
Added command line argument support on windows.
Enhancement of command line arguments:
- allow given snapshot sizes
- allow suppression of splash screen
- capture map decorations from plugins on snapshots
Grass:
There is a new GRASS shell. Also there have been many cleanups and consistency
updates.
</pre>
<h2>Whats new in Version 1.1.0?</h2>
<p>
This release includes many bug fixes and enchancements
over the QGIS 1.0.0 release. In addition we have added
the following new features:
</p>
<ul>
<li>
Updates to translations.
</li>
<li>
Improvements and polishing of the Python plugin installer. Switch to the new official QGIS repository.
</li>
<li>
Improvements to themes so that plugins and other parts of the GUI are better supported when switching themes. Addition of the new GIS icon theme.
</li>
<li>
Improvements to Debian packaging to better support Debian standard requirements.
</li>
<li>
Support usb: as a GPS device under Linux.
</li>
<li>
WMS plugin now supports sorting and shows nested layers as a tree. WMS provider also support 24bit png images now. The WMS plugin also now provides a search interface for finding WMS servers.
</li>
<li>
Added svg point symbols symbols from Matt Amos (with his permission).
</li>
<li>
Improvements to proxy support and support of proxy in WFS provider. The WFS provider now also shows progress information as it is fetching data.
</li>
<li>
Improvements the PostGIS client support. Massive speedups in PostGIS layer rendering can now be achieved by disabling SSL in the connection editor.
</li>
<li>
Mapserver Export improvements for continuous color support.
</li>
<li>
Added tools menu - the fTools plugins are now part of the core QGIS plugins and will always be installed by default.
</li>
<li>
Improvements to the print composer including object alignment options. It is also now possible to print maps as postcript raster or vector. For python programmers, the composer classes now have python bindings.
</li>
<li>
When using File - Save as image, the saved image is now georeferenced.
</li>
<li>
Projection selector now includes quick selection of recently used CRS's.
</li>
<li>
Continuous color renderer supports point symbols now too.
</li>
<li>
Improved CMake support for building against dependencies from OSGEO4W (Windows only). Addition of an XCode project of developers building under OSX.
</li>
<li>
Updates and cleanups to the GRASS toolbox.
</li>
<li>
Changes in open vector dialog to support all drivers available in ogr including database and protocol drivers. This brings with it support for SDE, Oracle Spatial, ESRI personal geodatabase and many more OGR supported data stores. Note that in some cases accessing these may require third party libraries to be on your system.
</li>
<li>
The middle mouse button can now be used for panning.
</li>
<li>
A new, faster attribute table implementation.
</li>
<li>
Numerous cleanups to the user interface.
</li>
<li>
A new provider was added for spatiallite - a geodatabase-in-a-file implementation based on the SQLITE database.
</li>
<li>
Vector overlay support that can draw pie and bar charts over vector layers based on attribute data.
</li>
</ul>
<h2>Whats new in Version 1.0.0?</h2>
<p>
</p>
This release includes over 265 bug fixes and enchancements
over the QGIS 0.11.0 release. In addition we have added
the following new features:
<ul>
<li>
HIG Compliance improvements for Windows / Mac OS X / KDE / Gnome
</li>
<li>
Saving a vector layer or subset of that layer to disk with a different Coordinate Reference System to the original.
</li>
<li>
Advanced topological editing of vector data.
</li>
<li>
Single click selection of vector features.
</li>
<li>
Many improvements to raster rendering and support for building pyramids external to the raster file.
</li>
<li>
Overhaul of the map composer for much improved printing support.
</li>
<li>
A new 'coordinate capture' plugin was added that lets you click on the map and then cut & paste the coordinates to and from the clipboard
</li>
<li>
A new plugin for converting between OGR supported formats was added.
</li>
<li>
A new plugin for converting from DXF files to shapefiles was added.
</li>
<li>
A new plugin was added for interpolating point features into ASCII grid layers.
</li>
<li>
The python plugin installer was completely overhauled, the new version having many improvements, including checking that the version of QGIS running will support a plugin that is being installed.
</li>
<li>
Plugin toolbar positions are now correctly saved when the application is closed.
</li>
<li>
In the WMS client, WMS standards support has been improved.
</li>
<li>
Complete API revision - we now have a stable API following well defined naming conventions.
</li>
<li>
Ported all GDAL/OGR and GEOS usage to use C APIs only.
</li>
</ul>
<dl><dt><span class="subheader">Special Requirements
<ul class="normal">
<li><a href="http://www.trolltech.com/developer/downloads/qt/index">Qt 4.3.0</a> is required.
<li>The <a href="http://expat.sourceforge.net/">Expat XML Parser</a> is required for the GPS plugin. This vastly improves the speed and memory management when loading GPX files.
<li>The raster georeferencer plugin requires the <a href="http://www.gnu.org/software/gsl/">GNU Scientfic Library</a> (GSL).
</ul>
<span class="normal">
GSL and Expat are optional and required only if you want to use the georeferencer or GPS plugins respectively. SQLite is always required.
</span>
</dl>
<dl><dt><span class="subheader">Known Issues in this Release
<dd>
General
<ul class="normal">
<li>Some internationalization (translation) files may be incomplete.
<li>QGIS is not bug free - we make no assertions as to its fitness for
use for any particular purpose. Use entirely at your own risk.
</ul>
</dd>
<dd>
OS X Specific
<ul class="normal">
<li>Due to a limitation in the Quicktime graphics engine, there is a limit on the number points allowed per feature. See the Readme that comes with the OS X dmg
</ul>
</dd>
<dd>
Windows
<ul class="normal">
<li> GRASS included with windows build is from : GRASS 6.3
</ul>
</dd>
</dt>
</dl>
<dl><dt><span class="subheader">Reporting Bugs
<dd>
If think you have found a bug, please consider reporting it to the development team. The steps to report a bug are:
<ol class="normal">
<li>Go to the Bug Tracker at <a href="https://trac.osgeo.org/qgis">https://svn.qgis.org/trac</a>
<li>Read <a href="https://trac.osgeo.org/qgis/wiki/UsingTracWithQuantumGis">Using Trac With QGIS</a> to learn about the submission process
<li>Review the list of current issues to make sure your bug has not already been submitted. If it has, review the submission and see if there is anything you can add to the bug report to aid the developers
<li>If your bug has not been reported, create a new ticket, making sure to either login to trac or provide your email address. Tickets lacking contact information are subject to deletion.
</ol>
</dd>
</dt>
<dl><dt><span class="subheader">User, Installation and Coding Guide
<dd>The QGIS manual is the definitive guide to using QGIS including installation and coding instructions (be sure to read this!). A current version of the QGIS manual and translations are provided at <a href="http://qgis.osgeo.org/en/documentation/manuals.html">http://qgis.osgeo.org/en/documentation/manuals.html</a>. Older versions are available at <a href="http://download.osgeo.org/qgis/doc/manual/">http://download.osgeo.org/qgis/doc/manual/</a>."
</body>
</html>