Changes between Version 7 and Version 8 of UsersWikiWishList


Ignore:
Timestamp:
Sep 1, 2010, 11:55:46 PM (14 years ago)
Author:
mdiener
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWishList

    v7 v8  
    4040 * '''Network Model in the Database'''
    4141  * Bring !PgRouting functionality into the PostGIS mainline.
     42  * CREATE_NETWORK DROP_NETWORK function to build / delete network tables
    4243
    4344 * ~~'''Cascaded Union to improve !MemUnion() performance''' ~~ -- '''DONE in 1.4.0 and GEOS 3.1.0'''
     
    6263  * 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.
    6364  * 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
    6466
    6567 * '''Add Unit Tests for every function'''