mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Minor fixes prior to 0.0.6 release
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@151 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
15703ed42d
commit
2f178cf142
2
INSTALL
2
INSTALL
@ -17,3 +17,5 @@ and make sure the libpq++ headers are available in $(PGSQL)/include
|
||||
3. Build QGIS by typing: make
|
||||
|
||||
The QGIS executable (qgis) will be built in the ./qgis/src directory
|
||||
|
||||
For more detailed instructions, see http://qgis.sourceforge.net/qgis_howto.html
|
||||
|
7
README
7
README
@ -1,9 +1,8 @@
|
||||
Quantum GIS (QGIS) is designed to be a Geographic Information System (GIS)
|
||||
built for Linux/Unix. QGIS will offer support for vector and raster formats
|
||||
and provide a comprehensive GIS.
|
||||
built for Linux/Unix. QGIS will offer support for vector and raster formats.
|
||||
Currently QGIS supports shapefiles and PostgreSQL/PostGIS layers.
|
||||
|
||||
While planning is still underway, some of the initial ideas for
|
||||
features include:
|
||||
Planned features include:
|
||||
|
||||
* Read and edit shapefiles
|
||||
* Display georeferenced rasters (tiff, png, geotiff)
|
||||
|
@ -177,7 +177,9 @@ void QgisApp::about()
|
||||
watsNew += "\n*Improved handling/management of PostGIS connections\n"
|
||||
"*Password prompt if the password is not stored with a connection\n"
|
||||
"*Windows size and position and toolbar docking state is saved/restored\n"
|
||||
"*Identify function for layers\n" "*Duplicate layers (layers with same name) are now handled properly\n";
|
||||
"*Identify function for layers\n"
|
||||
"*Attribute table for a layer can be displayed and sorted by clicking on column headers\n"
|
||||
"*Duplicate layers (layers with same name) are now handled properly\n";
|
||||
|
||||
abt->setWhatsNew(watsNew);
|
||||
abt->exec();
|
||||
|
Loading…
x
Reference in New Issue
Block a user