Skip to content

Commit 9446af7

Browse files
committed
fix README.md
1 parent 5d5879d commit 9446af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class Admin(ModelAdmin):
178178
geomap_new_feature_icon = "/myicon.png"
179179
```
180180

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
182182

183183
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`.
184184

@@ -194,7 +194,7 @@ class Admin(ModelAdmin):
194194
geomap_default_zoom = "3"
195195
```
196196

197-
### Map zoom when editing/viewing an object
197+
### Default map zoom level when editing/viewing an object
198198

199199
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.
200200

0 commit comments

Comments
 (0)