mcoletti ecb0ae7f7f - now dynamically builds the file filter list for the raster dialog
based on the currently available GDAL drivers [0]

- now register GDAL drivers when app is instantiated not when a raster
  layer is opened [1]

Notes:

[0] However, there exist drivers that have no corresponding file name
extension in their driver metadata, and so do not get appropriate
filters populated in the raster dialog.  Presumably the user can use
the default "All (*.*)" filter to load datasets of those types; this
probably should be tested.  Grep for appropriate "XXX" comments for
place to catch these types of raster drivers in
buildSupportedrasterFileFilter_().

[1] After all, it doesn't make sense to reload the drivers every time
a raster layer is opened.  Presumably these drivers are loaded once
and then remain static.

The vector layer dialog file filters aren't similarly dynamically
built.  (Yet.)


git-svn-id: http://svn.osgeo.org/qgis/trunk@784 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-11 04:19:13 +00:00
2002-10-13 22:11:53 +00:00
2004-01-20 00:04:35 +00:00
2003-09-06 00:18:55 +00:00
2002-07-20 21:43:46 +00:00
2003-09-27 21:30:26 +00:00
2003-09-27 22:15:33 +00:00
2003-09-27 21:30:26 +00:00
2004-02-07 04:05:50 +00:00
2003-09-27 21:30:26 +00:00
2003-09-27 21:30:26 +00:00
2003-09-27 21:30:26 +00:00
2003-08-26 05:24:04 +00:00
2003-09-01 00:47:59 +00:00
2002-11-24 16:14:04 +00:00
2004-02-06 06:55:14 +00:00

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. 
Currently QGIS supports shapefiles and PostgreSQL/PostGIS layers.  

Planned features include:

    * Read and edit shapefiles
    * Display georeferenced rasters (tiff, png, geotiff)
    * Plugins to dynamically add new functionality to the application
    * Support for database tables
    * Support for spatially enabled tables in PostgreSQL using PostGIS
    * Map output
    * Script engine
    * Metadata support

Preliminary Standards
QGis will be developed using the following:

    * Qt GUI library
    * Doxygen for documenting the API

Resources
PostGIS Geographic Objects for PostgreSQL
Shapefile specification
FGDC Metadata

If you are interested in joining the QGis team, send a message to the 
project admin using the link on the QGis Summary page on Sourceforge.net.

Description
QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
Readme 4.6 GiB
Languages
C++ 77.2%
Python 20.7%
CMake 0.8%
C 0.5%
QML 0.3%
Other 0.3%