An open API service indexing awesome lists of open source software.

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.

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`.