https://github.com/skyl/geowidgets
First widget is geocode-suggest. We'll see.
https://github.com/skyl/geowidgets
Last synced: 9 months ago
JSON representation
First widget is geocode-suggest. We'll see.
- Host: GitHub
- URL: https://github.com/skyl/geowidgets
- Owner: skyl
- Created: 2014-08-06T08:51:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-06T23:34:48.000Z (almost 12 years ago)
- Last Synced: 2025-07-27T08:46:33.388Z (10 months ago)
- Language: JavaScript
- Homepage: http://skyl.github.io/geowidgets/
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
**********
GeoWidgets
**********
Yet Another Set of Geowidgets for GeoDjango?
Not yet, there is only one widget that gives you a geocoding point field.
To add a geocoding point widget that asks Google to find the location for you:
.. code-block:: python
from geowidgets.forms import GeocodeSuggestPointField
class YourPersonForm(forms.Form):
location = GeocodeSuggestPointField()
This will give you a form that looks like `this `_.
This is not yet on PyPi. But, you can checkout the repo and `setup.py install`.