django-location-field
django-location-field copied to clipboard
Zoom is not working
Hi,
I found this PR for fixing the problem with zoom https://github.com/caioariede/django-location-field/pull/77 but in latest release on pip is not working.
I found the part of PR is missing:
if kwargs.get('zoom'):
self.options['map.zoom'] = kwargs.get('zoom')
in location_field/widgets.py on line: 20.
Thank you!