You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hi,
I am looking for a working google maps widget. All I need is a text field in which you enter an adress, then it should geocode this address via google geocoding and display it on the map.
The widget should work without geodjango dependencies and with a recent version of jquery > 3.0 since I use bootstrap4 and don't want to use jquery2.
Best regards
Andreas
Siim Märtmaa
unread,
Apr 4, 2018, 5:11:29 PM4/4/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Yes something like this but as a django-package so I can use it as a form field in admin and in my custom forms.
django-geoposition requires jquery2, django-google-maps-widget requires complete GIS package (which I don't need) and django-location-field did not worked for some reason I still haven't managed to find out.