Refs #33924 -- Removed BaseGeometryWidget.map_height/map_width attributes per deprecation timeline.

This commit is contained in:
Mariusz Felisiak 2023-09-14 06:04:12 +02:00
parent 04eb1b4567
commit 7433237664
6 changed files with 5 additions and 52 deletions

View file

@ -101,16 +101,6 @@ from other Django widget attributes.
The OpenGIS geometry type, generally set by the form field.
.. attribute:: BaseGeometryWidget.map_height
.. attribute:: BaseGeometryWidget.map_width
Height and width of the widget map (default is 400x600).
.. deprecated:: 4.2
``map_height`` and ``map_width`` attributes are deprecated, use CSS to
size map widgets instead.
.. attribute:: BaseGeometryWidget.map_srid
SRID code used by the map (default is 4326).