+PostGIS 1.0.0
+2004/12/16
+
+- New Things
+ - Objects are all now "lightweight" with a smaller disk
+ and index representation. Large databases should see a moderate
+ to large performance increase.
+ - Some new functions (AsGML())
+ - Objects now have a hexidecimal canonical representation.
+ To see a "user friendly" version of the objects use the
+ AsText() function.
+ - The loader and dumper use the hexidecimal canonical representation,
+ so coordinate drift due to floating point string parsing is now
+ eliminated.
+- Bug Fixes
+ - Numerous small fixes.
+
PostGIS 0.9.0
2004/09/10
VERSION SPECIFIC CREDITS:
-Version 0.1 of PostGIS was developed by Refractions Research Inc, of Victora,
-British Columbia, Canada (http://www.refractions.net), as a research project
-into using PostgreSQL as a geospatial data-store. The following staff
-participated in the project:
+PostGIS is developed by Refractions Research Inc, of Victora,
+British Columbia, Canada (http://www.refractions.net), as an ongoing project
+in using PostgreSQL as a geospatial data-store. The following contributors
+have participated in the project:
Sandro Santilli - Maintenance and core programming (the new stuff)
Dave Blasby - Core server objects and indexing (original contributions)
PostGIS - Geographic Information Systems Extensions to PostgreSQL
~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-VERSION: 0.9.0 (2004/09/10)
+VERSION: 1.0.0 (2004/12/16)
MORE INFORMATION: http://postgis.refractions.net
./doc Documentation on the code, objects and functions
provided.
./loader A program to convert ESRI Shape files into SQL text
- suitable for uploading into a PostGIS/PostgreSQL database.
+ suitable for uploading into a PostGIS/PostgreSQL database
+ and a program for converting PostGIS spatial tables into
+ Shape files..
./examples Small programs which demonstrate ways of accessing
GIS data.
INSTALLATION:
-PostGIS is compatible with PostgreSQL 7.1 and above.
+PostGIS is compatible with PostgreSQL 7.2 and above.
To install the module, move this directory to the "contrib" directory of your
PostgreSQL source installation. Alternately, point PGSQL_SRC at your
-PostgreSQL source tree either in the environment or editing Makefile.config.
-You must have a PostgreSQL source tree, and you must have succesfully
+PostgreSQL source tree either in an environment variable or editing
+Makefile.config.
+
+You *must* have a PostgreSQL source tree, and you *must* have succesfully
built and installed it for this to work.
SEE THE NOTE ON GEOS SUPPORT BELOW FOR SPECIAL COMPILATION INSTRUCTIONS
http://geos.refractions.net
- In order to use the GEOS support, you may need to specially compile
+ In order to use the GEOS support, you *may* need to specially compile
your version of PostgreSQL to link the C++ runtime library.
To do this, invoke the PgSQL configuration script this way:
-2004/09/10
+2004/12/16
- Clean up mapserver connectivity
- Submit to OpenGIS Consortium for testing
-- More connectivity to commercial GIS software.
-- Update PgSQL GiST to support row level (recangle level?) locking.
+- Update PgSQL GiST to support row level (rectangle level?) locking.
- Network creation and network operations
(upstream, downstream, least cost path)
+- Standardized handling for topology and coverages with
+ support functions.