From: Paul Ramsey Date: Sat, 21 Jul 2001 00:02:08 +0000 (+0000) Subject: Updates for 0.5 release. X-Git-Tag: pgis_0_5_0~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c371bea94707b37be7d9642fbb3d4e2d9a97abf;p=postgis Updates for 0.5 release. git-svn-id: http://svn.osgeo.org/postgis/trunk@29 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/README.postgis b/README.postgis index 7b0746b35..4c5b6508c 100644 --- a/README.postgis +++ b/README.postgis @@ -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 56c3d5906..0dc303da4 100644 --- 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.