Changes between Initial Version and Version 1 of Ticket #30848
- Timestamp:
- Oct 7, 2019, 5:39:16 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30848 – Description
initial v1 5 5 The field type uses the geos name "GEOMETRYZ". 6 6 7 Any chance of getting support for this field type in GeoDjango? I've gotten as far locally as getting the field type added to https://github.com/django/django/blob/master/django/contrib/gis/db/models/fields.py and https://github.com/django/django/blob/master/django/contrib/gis/forms/fields.py so I have a model with a GeometryZField which generates the correct SQL from the migration. It was just a few lines of code, but I am not sure what else is needed to add support for geometryz?7 Any chance of getting support for this field type in GeoDjango? I've gotten as far locally as getting the field type added to https://github.com/django/django/blob/master/django/contrib/gis/db/models/fields.py and https://github.com/django/django/blob/master/django/contrib/gis/forms/fields.py so I have a model with a GeometryZField which generates the correct CREATE TABLE SQL from the migration. It was just a few lines of code, but I am not sure what else is needed to add support for geometryz? 8 8 9 9 Thank you!