티스토리 수익 글 보기
GeoDjango’s admin site¶
GISModelAdmin¶
-
class
GISModelAdmin¶ -
gis_widget¶ The widget class to be used for
GeometryField. Defaults toOSMWidget.
-
gis_widget_kwargs¶ The keyword arguments that would be passed to the
gis_widget. Defaults to an empty dictionary.
-
GeoModelAdmin¶
-
class
GeoModelAdmin¶ -
default_lon¶
The default center longitude.
-
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.
-
map_template¶
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.
-
map_height¶
Height of the map, in pixels. Defaults to 400.
-
openlayers_url¶
Link to the URL of the OpenLayers JavaScript. Defaults to
'https://cdnjs.cloudflare.com/ajax/libs/openlayers/2.13.1/OpenLayers.js'.-
modifiable¶
Defaults to
True. When set toFalse, disables editing of existing geometry fields in the admin.Σημείωση
This is different from adding the geometry field to
readonly_fields, which will only display the WKT of the geometry. Settingmodifiable=False, actually displays the geometry in a map, but disables the ability to edit its vertices.Αποσύρθηκε στην έκδοση 4.0: This class is deprecated. Use
ModelAdmininstead.-
OSMGeoAdmin¶
-
class
OSMGeoAdmin¶ A subclass of
GeoModelAdminthat uses a Spherical Mercator projection with OpenStreetMap street data tiles.Αποσύρθηκε στην έκδοση 4.0: This class is deprecated. Use
GISModelAdmininstead.
Πρόσθετες πληροφορίες
Support Django!
Περιεχόμενα
Μέρη για βοήθεια
- FAQ
- Δοκιμάστε τα FAQ — περιέχουν απαντήσεις σε αρκετές συνηθισμένες ερωτήσεις.
- Ευρετήριο, Ευρετήριο Module, or Πίνακας περιεχομένων
- Χρήησιμο όταν αναζητείτε συγκεκριμένες πληροφορίες.
- Django Discord Server
- Join the Django Discord Community.
- Official Django Forum
- Join the community on the Django Forum.
- Ticket tracker
- Αναφέρετε τυχόν bugs του Django ή του Django documentation στον ticket tracker.
Κατέβασμα:
Εκτός σύνδεσης (Django 4.2):
HTML |
PDF |
ePub
Από το Read the Docs.