]> granicus.if.org Git - postgis/commitdiff
Updates for 0.5 release.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 21 Jul 2001 00:02:08 +0000 (00:02 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 21 Jul 2001 00:02:08 +0000 (00:02 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@29 b70326c6-7e19-0410-871a-916f4a2858ee

README.postgis
TODO

index 7b0746b35ec717b2dc4e506957d695b7fd1598ee..4c5b6508c52be1d5c6bd4d612e3863b917d4d0f6 100644 (file)
@@ -1,7 +1,7 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 ~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-VERSION: 0.2 (2001/06/19)
+VERSION: 0.5 (2001/07/20)
 
 MORE INFORMATION: http://postgis.refractions.net
 
@@ -17,6 +17,8 @@ Directory structure:
                the GIS objects. 
        ./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.
        ./examples  Small programs which demonstrate ways of accessing 
                GIS data.
                
diff --git a/TODO b/TODO
index 56c3d5906e13115508f6e297acaf71cc1ffdac49..0dc303da4e89b7c3628dcbd7aa11c9fc288b68e0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,7 @@
-2001/06/19
+2001/07/20
 
-- Change function names to be OGC compliant (following the "Simple Features
-  Specification for SQL")
-- Add some more of the OGC spec functions
-- Tie in to simple GIS clients
 - GML import/export routines
-- Document Java code better. Usage example better and perhaps client app.
+- Possible re-write to become more OGC compliant (?)
+- Inclusion of OGC simple feature predicate functions for overlaps, 
+  intersections, etc.
+- Connectivity to commercial GIS software.