gis.forms.MultiPointField
  • References/Python/Django/API/GeoDjango Forms API

class MultiPointField

2025-01-10 15:47:30
gis.forms.GeometryCollectionField
  • References/Python/Django/API/GeoDjango Forms API

class GeometryCollectionField

2025-01-10 15:47:30
gis.widgets.BaseGeometryWidget.map_srid
  • References/Python/Django/API/GeoDjango Forms API

BaseGeometryWidget.map_srid SRID code used by the map (default is 4326).

2025-01-10 15:47:30
gis.forms.PointField
  • References/Python/Django/API/GeoDjango Forms API

class PointField

2025-01-10 15:47:30
gis.forms.GeometryField
  • References/Python/Django/API/GeoDjango Forms API

class GeometryField

2025-01-10 15:47:30
gis.forms.PolygonField
  • References/Python/Django/API/GeoDjango Forms API

class PolygonField

2025-01-10 15:47:30
gis.forms.Field.srid
  • References/Python/Django/API/GeoDjango Forms API

Field.srid This is the SRID code that the field value should be transformed to. For example, if the map widget SRID is different

2025-01-10 15:47:30
gis.forms.Field.geom_type
  • References/Python/Django/API/GeoDjango Forms API

Field.geom_type You generally shouldn’t have to set or change that attribute which should be setup depending on the field class

2025-01-10 15:47:30
gis.forms.LineStringField
  • References/Python/Django/API/GeoDjango Forms API

class LineStringField

2025-01-10 15:47:30
gis.widgets.BaseGeometryWidget.supports_3d
  • References/Python/Django/API/GeoDjango Forms API

BaseGeometryWidget.supports_3d Indicates if the widget supports edition of 3D data (default is False).

2025-01-10 15:47:30