Open renanalencar opened 9 years ago
I followed the example showed on http://django-floppyforms.readthedocs.org/en/latest/geodjango.html#google-maps to create a PointWidget but the widget doesn't show up. However, when I use BaseOsmWidget instead, the widget appears on my form. Does anyone with the same issue?
PS.: I ran "manage.py test floppyforms" and "manage.py collectstatic" and everything is fine.
Hm, this might be related to #159
I followed the example showed on http://django-floppyforms.readthedocs.org/en/latest/geodjango.html#google-maps to create a PointWidget but the widget doesn't show up. However, when I use BaseOsmWidget instead, the widget appears on my form. Does anyone with the same issue?
PS.: I ran "manage.py test floppyforms" and "manage.py collectstatic" and everything is fine.