Open
Description
Checklist
- I have verified that I am using a GIS-enabled database, such as PostGIS or Spatialite.
- I have verified that that issue exists against the
master
branch of django-cities. - I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- I have reduced the issue to the simplest possible case.
- I have included a failing test as a pull request. (If you are unable to do so we can still accept the issue.)
Steps to reproduce
Expected behavior
Hey.
I want to provide an opportunity for users to have a widget like this so that they can enter the address and see their point on the map.
One option is to parse the answer from Google or another provider, and search for objects in the database.
Another option is to get the longitude and latitude from the widget, and for longitude and latitude, look for the nearest country / city / district.
In any case, I want to use your application, and in addition I need a custom widget.
How can i do this ?
If you direct me to the right idea, I'm ready to push, or I'll make a small extension that will stacked with yours.