postgis/TODO
2005-06-24 07:55:38 +00:00

38 lines
1.1 KiB
Plaintext

2005/01/13
- Clean up mapserver connectivity
- Submit to OpenGIS Consortium for testing
- 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.
- casts between PostGIS and PostgreSQL geometry classes
======================================
Following is TODO list for release 1.1
======================================
Tue May 24 18:55:46 CEST 2005
======================================
+ Better upgrade mechanism
* Full autoconf support / PG sources dependency drop
- Selectivity estimation code merge (+- pgsql-8.0.0)
+ fix invalid stats computation (currently keeps the previously
computed ones, should instead wipe them out - possibly a
pgsql bug).
- Special threatment of SRID=-1, dims=-1, type=GEOMETRY
in geometry_columns
- Better regression tests (single load, multi operations)
- debian packaging conf files
- MakeValidShape() to remove consecutive vertexes and any eventual
other cleanup aimed at making pgsql2shp produce "valid" Shapefiles.
- OGC polygon constructors