Changes between Initial Version and Version 2 of Ticket #27550
- Timestamp:
- Nov 29, 2016, 10:37:23 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27550
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #27550 – Description
initial v2 1 1 GEOSGeometry.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.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.transform GEOSGeometry.transform()] or we could add the `normalized` property.