We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In GeocodeQuery, the constraints limit the parameter address length. In fact, many Chinese place names only need two words to describe.
GeocodeQuery
address
For example, 杭州 means Hangzhou city, its length is only 2, but this is a valid address.
杭州
Maybe there are some place names in other languages also short.
geocoder/src/model/geocode-query.ts
Line 10 in 841d8cd
// Example code here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In
GeocodeQuery
, the constraints limit the parameteraddress
length. In fact, many Chinese place names only need two words to describe.For example,
杭州
means Hangzhou city, its length is only 2, but this is a valid address.Maybe there are some place names in other languages also short.
geocoder/src/model/geocode-query.ts
Line 10 in 841d8cd
To Reproduce
// Example code here
Expected behavior
Environment:
Additional context/Screenshots
The text was updated successfully, but these errors were encountered: