django-geoposition
django-geoposition copied to clipboard
Map not initialised when used in a "collapsed" admin fieldset
Steps to reproduce:
- Create a new fieldset with a "collapse" class as per django docs
- Add your GeopositionField in the fieldset's field
- Open the fieldset in django admin, a grey map shows up.
Looks like a common issue caused by initialising a google map in a hidden field.