GeoDjango’s admin site
class GISModelAdmin
gis_widget
The widget class to be used for GeometryField. Defaults to .
class
default_lon
default_lat
The default center latitude.
default_zoom
The default zoom level to use. Defaults to 4.
extra_js
Sequence of URLs to any extra JavaScript to include.
Override the template used to generate the JavaScript slippy map. Default is 'gis/admin/openlayers.html'
.
map_width
Width of the map, in pixels. Defaults to 600.
Height of the map, in pixels. Defaults to 400.
openlayers_url
modifiable
Defaults to True
. When set to False
, disables editing of existing geometry fields in the admin.
Note
This is different from adding the geometry field to readonly_fields, which will only display the WKT of the geometry. Setting modifiable=False
, actually displays the geometry in a map, but disables the ability to edit its vertices.
Deprecated since version 4.0: This class is deprecated. Use instead.
class
A subclass of GeoModelAdmin that uses a Spherical Mercator projection with street data tiles.