You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the spec, the viewbox geocoding query parameter must be formatted as the string <left>,<top>,<right>,<bottom>. The current implementation sends separate parameters (viewbox[left], etc.). Would you accept a PR that transforms the data here, transforming the viewbox object into a string?
The text was updated successfully, but these errors were encountered:
As per the spec, the
viewbox
geocoding query parameter must be formatted as the string<left>,<top>,<right>,<bottom>
. The current implementation sends separate parameters (viewbox[left]
, etc.). Would you accept a PR that transforms the data here, transforming the viewbox object into a string?The text was updated successfully, but these errors were encountered: