summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--photon/photon.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/photon/photon.go b/photon/photon.go
index 4b8844b..708deae 100644
--- a/photon/photon.go
+++ b/photon/photon.go
@@ -81,6 +81,7 @@ func Geocode(location string) ([]Coordinates, error) {
q := url.Values{}
q.Add("q", location)
q.Add("osm_tag", "place:city")
+ q.Add("osm_tag", "place:town")
q.Add("limit", "10")
u.RawQuery = q.Encode()