Changes between Version 7 and Version 8 of UsersWikiWishList
- Timestamp:
- 09/01/10 23:55:46 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified UsersWikiWishList
v7 v8 40 40 * '''Network Model in the Database''' 41 41 * Bring !PgRouting functionality into the PostGIS mainline. 42 * CREATE_NETWORK DROP_NETWORK function to build / delete network tables 42 43 43 44 * ~~'''Cascaded Union to improve !MemUnion() performance''' ~~ -- '''DONE in 1.4.0 and GEOS 3.1.0''' … … 62 63 * add topological prototype alternatives for all spatial operations. IE contains() can be made significantly more efficient by simply looking at topological relationships between two polygons - no spatial operations are needed. 63 64 * add editing support as in Oracle spatial - permit a user to lock a set of geometries in some bounding box for editing, allow inserts, deletes, updates of lines and nodes, automatically updating the underlying topology model. 65 * Function to planarize a linestring dataset similiar to ArcGIS Planarize topology tool 64 66 65 67 * '''Add Unit Tests for every function'''