forked from postgis/postgis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
44 lines (30 loc) · 1.33 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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
======================================
- Carefully check utils/postgis_proc_upgrade.pl ability
at detecting wheter a soft upgrade will do.
- Rename jdbc2 to jdbc ? How about history ?
======================================
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.