Skip to content

Commit 245de6a

Browse files
authored
Merge pull request #4 from tujger/patch-1
Adding 'featuretype'
2 parents cab3fac + 407d3f5 commit 245de6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/open-street.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export class OpenStreet {
2222
addressdetails: 1,
2323
limit: this.options.limit || 10,
2424
countrycodes: this.options.countrycodes || '',
25+
featuretype: this.options.featuretype || '',
2526
'accept-language': this.options.lang || 'en-US'
2627
};
2728
url = `${url}?${serialize(params)}`

0 commit comments

Comments
 (0)