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
Add scrollWheel zooming functionality switch to Google Point Widget (#135)
* Add scroll-wheel zooming functionality switch to Google point widget settings
* Added Chinese(ZH) localization files. #133
* update readme files with new version release notes
Copy file name to clipboardExpand all lines: docs/widgets/google_point_field_map_widgets.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ Settings
42
42
43
43
* **zoom** : Default zoom value for maps (optional, default value is 6).
44
44
45
+
* **scrollWheel** : Enables or Disables zooming on the map using a mouse scroll wheel. Set as `True` in your django settings to enable it, the scroll wheel zooming is disabled by default.
46
+
45
47
* **markerFitZoom** : When the marker is initialized google's default zoom is set to Max. This method sets the zoom level a reasonable distance and center the marker on the map.
46
48
47
49
* **streetViewControl** : Whether or not to display the Street View "Peg Man" (optional, default is ``True``). Setting this to ``False`` effectively disables Street View for the widget.
@@ -61,6 +63,7 @@ In your ``settings.py`` file, add your ``MAP_WIDGETS`` config:
0 commit comments