django-location-field icon indicating copy to clipboard operation
django-location-field copied to clipboard

Zoom is not working

Open m-a-k-o opened this issue 5 years ago • 0 comments

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!

m-a-k-o avatar Jul 01 '19 08:07 m-a-k-o