You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ class Admin(ModelAdmin):
178
178
geomap_new_feature_icon ="/myicon.png"
179
179
```
180
180
181
-
### Zoom level and center of the map when displaying a list of objects
181
+
### Default map zoom level and center of the map when displaying a list of objects
182
182
183
183
You can change the zoom level and position of the center of the map by setting the properties `geomap_default_longitude`,` geomap_default_latitude` and `geomap_default_zoom` in the class `django_admin_geomap.ModelAdmin`.
184
184
@@ -194,7 +194,7 @@ class Admin(ModelAdmin):
194
194
geomap_default_zoom ="3"
195
195
```
196
196
197
-
### Map zoom when editing/viewing an object
197
+
### Default map zoom level when editing/viewing an object
198
198
199
199
In object edit form the center of the map coincides with the location of the object. The zoom level of the map can be set by using the `geomap_item_zoom` property of the `django_admin_geomap.ModelAdmin` class.
0 commit comments