Opened 9 years ago
Last modified 9 years ago
#25865 closed Cleanup/optimization
OSMGeoAdmin should require GDAL only if model has fields with SRID that differs from map srid — at Version 3
Reported by: | Sergey Fedoseev | Owned by: | Sergey Fedoseev |
---|---|---|---|
Component: | GIS | Version: | 1.9 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
ATM OSMGeoAdmin
raises exception while initialization if GDAL isn't available, that seems to be too strong check because GDAL is not needed if SRID of model field is the same as needed by map widget.
Change History (3)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Has patch: | set |
---|
comment:3 by , 9 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
PR -- https://github.com/django/django/pull/5770