#5434: Add preserve_topology option to GEOSGeometry.simplify
-----------------------+----------------------------------------------------
Reporter:  rcoup       |       Owner:  nobody
  Status:  new         |   Component:  GIS   
 Version:  SVN         |    Keywords:  sprint
   Stage:  Unreviewed  |   Has_patch:  1     
-----------------------+----------------------------------------------------
 By default, simplify() does not preserve topology - e.g. polygons can be
 split, collapse to lines or disappear holes can be created or disappear,
 and lines can cross.
 
 The attached patch adds a `preserve_topology` parameter. If `True`
 (default is `False`), the result will have the same dimension and number
 of components as the input. This is significantly slower.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5434>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to