GeoJSON Serializer
GeoJSON Serializer
GeoDjango provides a specific serializer for the GeoJSON format. The GDAL library is required for this serializer. See Serializing Django objects for more information on serialization.
The geojson
serializer is not meant for round-tripping data, as it has no deserializer equivalent. For example, you cannot use loaddata
to reload the output produced by this serializer. If you plan to reload the outputted data, use the plain 登录查看完整内容