BaseGeometryWidget.map_height
BaseGeometryWidget.geom_type The OpenGIS geometry type, generally set by the form field.
class BaseGeometryWidget This is an abstract base widget containing the logic needed by subclasses. You cannot directly use
class PolygonField
class PointField
class GeometryField
Field.srid This is the SRID code that the field value should be transformed to. For example, if the map widget SRID is different
class LineStringField
Field.geom_type You generally shouldn’t have to set or change that attribute which should be setup depending on the field class
BaseGeometryWidget.supports_3d Indicates if the widget supports edition of 3D data (default is False).
Page 2 of 2