1
1
QGIS News
2
2
Change history for the QGIS Project
3
- Monday May 20 , 2013
3
+ Tuesday September 10 , 2013
4
4
5
5
6
6
------------------------------------------------------------------------
7
7
8
8
9
- 1. Whats new in Version 1.8 .0 'Lisboa '?
9
+ 1. Whats new in Version 2.0 .0 'Dufour '?
10
10
2. Whats new in Version 1.7.2 'Wroclaw'?
11
11
3. Whats new in Version 1.7.1 'Wroclaw'?
12
12
4. Whats new in Version 1.7.0 'Wroclaw'?
13
- 4.1. Symbology labels and diagrams
14
- 4.2. New Tools
15
- 4.3. User interface updates
16
- 4.4. CRS Handling
17
- 4.5. Rasters
18
- 4.6. Providers and Data Handling
19
- 4.7. Api and Developer Centric
20
- 4.8. QGIS Mapserver
21
- 4.9. Plugins
22
- 4.10. Printing
23
13
5. Whats new in Version 1.6.0 'Capiapo'?
24
- 5.1. General Improvements
25
- 5.2. Table of contents (TOC) improvements
26
- 5.3. Labelling (New generation only)
27
- 5.4. Layer properties and symbology
28
- 5.5. Map Composer
29
14
6. Whats new in Version 1.5.0?
30
- 6.1. Main GUI
31
- 6.2. WMS and WMS-C Support
32
- 6.3. API Updates
33
15
7. Whats new in Version 1.4.0 'Enceladus'?
34
16
8. Whats new in Version 1.3.0 'Mimas'?
35
- 8.1. OSM plugin & provider updates
36
- 8.2. Other notable features and improvements in this release
37
17
9. Version 1.2.0 'Daphnis'
38
- 9.1. Editing
39
- 9.2. Keyboard shortcuts
40
- 9.3. Map Composer
41
- 9.4. Attribute tables
42
- 9.5. Plugins
43
- 9.6. Projects Management
44
- 9.7. PostGIS & the PostgreSQL Provider
45
- 9.8. Symbology enhancements
46
- 9.9. Command line arguments
47
18
10. Version 1.0.0 'Kore'
48
19
11. Version 0.11.0 'Metis'
49
20
12. Version 0.10.0 'Io'
@@ -58,13 +29,97 @@ Monday May 20, 2013
58
29
------------------------------------------------------------------------
59
30
60
31
61
- Last Updated: Monday May 20 , 2013
62
- Last Change : Monday May 20 , 2013
32
+ Last Updated: Tuesday September 10 , 2013
33
+ Last Change : Tuesday September 10 , 2013
63
34
64
35
65
- 1. Whats new in Version 1.8 .0 'Lisboa '?
36
+ 1. Whats new in Version 2.0 .0 'Dufour '?
66
37
=======================================
67
38
39
+ This is a new major release. Building on the foundation of
40
+ QGIS 1.x.x releases, QGIS Dufour introduces many new features,
41
+ improvements and bug fixes. Here is a summary of some of the
42
+ key new features.
43
+
44
+ - We have updated out icon theme to use the 'GIS' theme which introduces
45
+ an improved level of consistency and professionalism to the QGIS user
46
+ interface.
47
+ - The new symbol layer overview uses a clear, tree-structured layout
48
+ which allows for easy and fast access to all symbol layers.
49
+ - QGIS 2.0 now includes Oracle Spatial support.
50
+ - With the new data defined properties, it is possible to control symbol
51
+ type, size, color, rotation, and many other properties through feature
52
+ attributes.
53
+ - You can now place html elements onto your map.
54
+ - Having nicely aligned map items is critical to making nice printed
55
+ maps. Auto snapping lines have been added to allow for easy composer
56
+ object alignment by simply dragging an object close to another.
57
+ - Sometimes you need to align objects a curtain distance on the composer.
58
+ With the new manual snapping lines you are able to add manual snap lines
59
+ which allow for better align objects using a common alignment. Simply
60
+ drag from the top or side ruler to add new guide line.
61
+ - Ever needed to generate a map series? Of course you have. The composer
62
+ now includes built in map series generation using the atlas feature.
63
+ Coverage layers can be points, lines, polygons, and the current feature
64
+ attribute data is available in labels for on the fly value replacement.
65
+ - A single composer window can now contain more then one page.
66
+ - The composer label item in 1.8 was quite limited and only allowed a single
67
+ token $CURRENT_DATE to be used. In 2.0 full expression support has been
68
+ added too greater power and control of the final labels.
69
+ - The map frame now contains the ability to show the extents of another
70
+ map and will update when moved. Using this with the atlas generation
71
+ feature now core in the composer allows for some slick map generation.
72
+ Overview frame style uses the same styling as a normal map polygon
73
+ object so your creativity is never restricted.
74
+ - Layer blending makes it possible to combine layers in new and exciting
75
+ ways. While in older versions, all you could do was to make the layer
76
+ transparent, you can now choose between much more advanced options such as
77
+ "multiply", "darken only", and many more. Blending can be used in the
78
+ normal map view as well as in print composer.
79
+ - HTML support has been added map composer label item to give you even
80
+ more control over your final maps. HTML labels support full css styles
81
+ sheets, html, and even javascript if you are that way inclined.
82
+ - The labelling system has been totally overhauled - it now includes many
83
+ new features such as drop shadows, 'highway shields', many more data bound
84
+ options, and various performance enhancements. We are slowly doing away
85
+ with the 'old labels' system, although you will still find that
86
+ functionality available for this release, you should expect that it will
87
+ disappear in a follow up release.
88
+ - The full power of normal label and rule expressions can now be used for
89
+ label properties. Nearly every property can be defined with an expression
90
+ or field value giving you more control over the label result. Expressions
91
+ can refer to a field (e.g. set the font size to the value of the field
92
+ 'font') or can include more complex logic. Examples of bindable
93
+ properties include: Font, Size, Style and Buffer size.
94
+ - With the expression engine being used more and more though out QGIS to
95
+ allow for things like expression based labels and symbol, many more
96
+ functions have been added to the expression builder and are all accessible
97
+ though the expression builder. All functions include comprehensive help
98
+ and usage guides for ease of use.
99
+ - If the expression engine doesn't have the function that you need. Not to
100
+ worry. New functions can be added via a plugin using a simple Python API.
101
+ - The Python API has been revamped to allow for a more cleaner, more
102
+ pythonic, programming experience. The QGIS 2.0 API uses SIP V2 which
103
+ removes the messy toString(), toInt() logic that was needed when working
104
+ with values. Types are now converted into native Python types making for a
105
+ much nicer API. Attributes access is now done on the feature itself using
106
+ a simple key lookup, no more index lookup and attribute maps.
107
+ Note: Most plugins written for QGIS < 1.x will need to be
108
+ ported to work correctly in QGIS 2.x. Please consult
109
+ http://hub.qgis.org/wiki/quantum-gis/Python_plugin_API_changes_from_18_to_20
110
+ for more details.
111
+ - The raster data provider system has been completely overhauled. One of
112
+ the best new features stemming from this work is the ability to 'Layer ->
113
+ Save As...' to save any raster layer as a new layer. In the process you
114
+ can clip, resample, and reproject the layer to a new Coordinate Reference
115
+ System. You can also save a raster layer as a rendered image so if you for
116
+ example have single band raster that you have applied a colour palette to,
117
+ you can save the rendered layer out to a georeferenced RGB layer.
118
+ - There are many, many more new features in QGIS 2.0 - we invite
119
+ you to explore the software and discover them all!
120
+
121
+ = Whats new in Version 1.8.0 'Lisboa'? =
122
+
68
123
This is a new feature release. Building on the foundation of
69
124
QGIS 1.7.x releases, Lisboa introduces many new features,
70
125
improvements and bug fixes. Here is a summary of some of the
0 commit comments