#19028 closed New feature (fixed)
Support GeoJSON output with SpatiaLite backend
| Reported by: | Brian Galey | Owned by: | Brian Galey |
|---|---|---|---|
| Component: | GIS | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
SpatiaLite added support for GeoJSON serialization via the AsGeoJSON() function. This is available with the SpatiaLite 3.0 release and would be useful to enable for GeoQuerySets using this particular backend.
Change History (7)
comment:1 by , 13 years ago
| Status: | new → assigned |
|---|
comment:2 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 13 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Accepted → Unreviewed |
comment:4 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:5 by , 13 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:6 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
A small patch is available on the ticket_19028 branch here:
https://github.com/bkg/django/tree/ticket_19028
I updated the relevant docs and GeoJSON test, which is passing with SpatiaLite 3.1 and PostGIS 1.5.
I am new to contributing so let me know if I've neglected anything, thanks!