mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Minor fixes prior to 0.0.6 release
git-svn-id: http://svn.osgeo.org/qgis/trunk@151 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
31bdf34bdf
commit
48bc681bc2
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
|
3. Build QGIS by typing: make
|
||||||
|
|
||||||
The QGIS executable (qgis) will be built in the ./qgis/src directory
|
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)
|
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
|
built for Linux/Unix. QGIS will offer support for vector and raster formats.
|
||||||
and provide a comprehensive GIS.
|
Currently QGIS supports shapefiles and PostgreSQL/PostGIS layers.
|
||||||
|
|
||||||
While planning is still underway, some of the initial ideas for
|
Planned features include:
|
||||||
features include:
|
|
||||||
|
|
||||||
* Read and edit shapefiles
|
* Read and edit shapefiles
|
||||||
* Display georeferenced rasters (tiff, png, geotiff)
|
* Display georeferenced rasters (tiff, png, geotiff)
|
||||||
|
@ -177,7 +177,9 @@ void QgisApp::about()
|
|||||||
watsNew += "\n*Improved handling/management of PostGIS connections\n"
|
watsNew += "\n*Improved handling/management of PostGIS connections\n"
|
||||||
"*Password prompt if the password is not stored with a connection\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"
|
"*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->setWhatsNew(watsNew);
|
||||||
abt->exec();
|
abt->exec();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user