diff options
Diffstat (limited to 'photon/photon.go')
-rw-r--r-- | photon/photon.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/photon/photon.go b/photon/photon.go index 8c85a09..d75d369 100644 --- a/photon/photon.go +++ b/photon/photon.go @@ -83,6 +83,7 @@ func Geocode(location string) ([]Coordinates, error) { q.Add("q", location) q.Add("osm_tag", "place:city") q.Add("osm_tag", "place:town") + q.Add("osm_tag", "place:village") q.Add("limit", "10") u.RawQuery = q.Encode() |