#11609 closed (fixed)
Allow for long pointer format in django.contrib.gis.gdal.base
Reported by: | rmkemker | Owned by: | nobody |
---|---|---|---|
Component: | GIS | Version: | 1.1-beta |
Severity: | Keywords: | gdal.base | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | yes | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
My apache webserver is outputting long pointer types for the ESRI Driver. Adding a check for the long format and then converting it to int allows for the webserver to work correctly.
Attachments (2)
Change History (10)
by , 15 years ago
comment:1 by , 15 years ago
milestone: | → 1.2 |
---|
comment:2 by , 15 years ago
Version: | 1.0 → 1.1-beta-1 |
---|
comment:3 by , 15 years ago
Replying to rmkemker:
My apache webserver is outputting long pointer types for the ESRI Driver. Adding a check for the long format and then converting it to int allows for the webserver to work correctly.
I am having the same problem. Can someone please address this issue?
by , 15 years ago
You do not need to type-cast the long into an integer
comment:4 by , 15 years ago
Has patch: | unset |
---|---|
Needs tests: | set |
Patch needs improvement: | set |
You need to provide a patch, not a copy of a source code file. http://docs.djangoproject.com/en/dev/internals/contributing/#patch-style
You will probably also need a test to demonstrate that there's a problem (and that your proposed fix actually fixes it).
comment:5 by , 15 years ago
Component: | Contrib apps → GIS |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
django.contrib.gis.gdal.base