#27576 closed Cleanup/optimization (fixed)
fallback to GDAL if spatial_ref_sys is unavailable
Description ¶
django.contrib.gis.db.models.fields.get_srid_info() should get SRS from GDAL if spatial_ref_sys is unavailable (i.e. on MySQL). It allows to better detect if field's SRS is geodetic and field's unit name.
Change History (5)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Has patch: | set |
---|
comment:3 by , 8 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR