Skip to content

Commit 926f964

Browse files
authored
Merge pull request #18 from willdumm/master
Add 'searchlang' as supported geonames query keyword
2 parents f3f665e + ee46a1f commit 926f964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geocoder/geonames.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _build_params(self, location, provider_key, **kwargs):
111111
'lang', 'type', 'style',
112112
'isNameRequired', 'tag', 'operator', 'charset',
113113
'east', 'west', 'north', 'south',
114-
'orderby', 'inclBbox',
114+
'orderby', 'inclBbox', 'searchlang',
115115
))
116116
found_kwargs = supported_kwargs & set(kwargs.keys())
117117
LOGGER.debug("Adding extra kwargs %s", found_kwargs)

0 commit comments

Comments
 (0)