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:
gsherman 2002-11-24 16:14:04 +00:00
parent 15703ed42d
commit 2f178cf142
3 changed files with 8 additions and 5 deletions

View File

@ -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
View File

@ -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)

View File

@ -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();