Changes between Initial Version and Version 2 of Ticket #27550


Ignore:
Timestamp:
Nov 29, 2016, 10:37:23 AM (8 years ago)
Author:
Sergey Fedoseev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27550

    • Property Owner changed from nobody to Sergey Fedoseev
    • Property Status newassigned
  • Ticket #27550 – Description

    initial v2  
    11GEOSGeometry.normalize() normalizes geometry in-place. In some cases it would be more convenient to have a cloned normalized geometry for the code conciseness.
    2 We could add `clone` kwarg to this method similarly to [https://docs.djangoproject.com/en/1.10/ref/contrib/gis/geos/#django.contrib.gis.geos.GEOSGeometry.clone GEOSGeometry.clone()] or we could add the `normalized` property.
     2We could add `clone` kwarg to this method similarly to [https://docs.djangoproject.com/en/1.10/ref/contrib/gis/geos/#django.contrib.gis.geos.GEOSGeometry.transform GEOSGeometry.transform()] or we could add the `normalized` property.
Back to Top