Changes between Version 8 and Version 9 of UsersWikiWishList


Ignore:
Timestamp:
Sep 2, 2010, 12:30:50 AM (14 years ago)
Author:
mdiener
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWishList

    v8 v9  
    6363  * 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.
    6464  * 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
    6666
    6767 * '''Add Unit Tests for every function'''