postgis/TODO
Sandro Santilli b2b498e262 Added things to do for 1.1.0 closeup
git-svn-id: http://svn.osgeo.org/postgis/trunk@2199 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 15:18:55 +00:00

47 lines
1.5 KiB
Plaintext

2005/01/13
- Clean up mapserver connectivity
- Submit to OpenGIS Consortium for testing
- 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
======================================
2005/12/16 - PostGIS 1.1.0 closeup
======================================
- Drop jdbc (old code) and rename jdbc2 to jdbc
- Take a decision about regress tests package split
- Fix MODULE_FILENAME (postgis-devel/2005-December/001855.html)
- Unbound Release version from library version.
- postgis_version() and postgis_full_version() cleanups
- Clearly define Versioning strategy.
======================================
2005/12/14 - other random items
======================================
- Add findsrid() functions that find good carthesian projection
srids for a given geometry.
- Treat geometries without SRID=-1 as compatible with all other
geometries in geometry operations
- Special threatment of SRID=-1, dims=-1, type=GEOMETRY
in geometry_columns
- LineMerge and Polygonize* interfaces for JTS
- More LRS functions
- 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).
- MakeValidShape() to remove consecutive vertexes and any eventual
other cleanup aimed at making pgsql2shp produce "valid" Shapefiles.