gis.widgets.BaseGeometryWidget.map_height
  • References/Python/Django/API/GeoDjango Forms API

BaseGeometryWidget.map_height

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

BaseGeometryWidget.geom_type The OpenGIS geometry type, generally set by the form field.

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

class BaseGeometryWidget This is an abstract base widget containing the logic needed by subclasses. You cannot directly use

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.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.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.LineStringField
  • References/Python/Django/API/GeoDjango Forms API

class LineStringField

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.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