GeoDjango’s admin siteLink para este cabeçalho
GeoModelAdminLink para este cabeçalho
- class GeoModelAdminLink para esta definição
- default_lonLink para esta definição
The default center longitude.
- default_latLink para esta definição
The default center latitude.
- default_zoomLink para esta definição
The default zoom level to use. Defaults to 4.
- extra_jsLink para esta definição
Sequence of URLs to any extra JavaScript to include.
- map_templateLink para esta definição
Override the template used to generate the JavaScript slippy map. Default is
'gis/admin/openlayers.html'.- map_widthLink para esta definição
Width of the map, in pixels. Defaults to 600.
- map_heightLink para esta definição
Height of the map, in pixels. Defaults to 400.
- openlayers_urlLink para esta definição
Link to the URL of the OpenLayers JavaScript. Defaults to
'http://openlayers.org/api/2.13/OpenLayers.js'.- modifiableLink para esta definição
Defaults to
True. When set toFalse, disables editing of existing geometry fields in the admin.
OSMGeoAdminLink para este cabeçalho
- class OSMGeoAdminLink para esta definição
A subclass of
GeoModelAdminthat uses a spherical mercator projection with OpenStreetMap street data tiles. See the OSMGeoAdmin introduction in the tutorial for a usage example.