mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #19028 -- Support GeoJSON output with SpatiaLite 3.0+
This commit is contained in:
parent
470deb5cbb
commit
95f7ea3af1
5 changed files with 15 additions and 12 deletions
|
@ -282,7 +282,7 @@ Method PostGIS Oracle SpatiaLite
|
|||
:meth:`GeoQuerySet.extent3d` X
|
||||
:meth:`GeoQuerySet.force_rhr` X
|
||||
:meth:`GeoQuerySet.geohash` X
|
||||
:meth:`GeoQuerySet.geojson` X
|
||||
:meth:`GeoQuerySet.geojson` X X
|
||||
:meth:`GeoQuerySet.gml` X X X
|
||||
:meth:`GeoQuerySet.intersection` X X X
|
||||
:meth:`GeoQuerySet.kml` X X
|
||||
|
|
|
@ -947,7 +947,7 @@ __ http://geohash.org/
|
|||
|
||||
.. method:: GeoQuerySet.geojson(**kwargs)
|
||||
|
||||
*Availability*: PostGIS
|
||||
*Availability*: PostGIS, SpatiaLite
|
||||
|
||||
Attaches a ``geojson`` attribute to every model in the queryset that contains the
|
||||
`GeoJSON`__ representation of the geometry.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue