Class GeoModelAdmin
The administration options class for Geographic models. Map settings may be overloaded from their defaults to create custom maps.
Declaration
source linkDocumentation
Methods
▶ def formfield_for_dbfield(self, db_field, request, **kwargs) override Overloaded from ModelAdmin so that an OpenLayersWidget is used for viewing/editing 2D GeometryFields (OpenLayers 2 does not support 3D editing).
▷ def get_map_widget(self, db_field) Return a subclass of the OpenLayersWidget (or whatever was specified in the `widget` attribute) using the settings from the attributes set in this class.
▶ def media(self) override @property Injects OpenLayers JavaScript into the admin.