Changes between Version 8 and Version 9 of UsersWikiWishList
- Timestamp:
- 09/02/10 00:30:50 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified UsersWikiWishList
v8 v9 63 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. 64 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 65 * Function to planarize a linestring dataset similiar to ArcGIS Planarize topology tool. Current solution is using GRASS v.clean then use v.to.db in GRASS 66 66 67 67 * '''Add Unit Tests for every function'''