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
When selecting a location with the naturalEarth projection, places selected from the geocoder will fly to the wrong location (but the pin is placed in the correct location).
This does not happen for poi types from the dropdown so I think it has something to do with the bbox property of the geocoder API response not being projected since POIs that worked don't have a bbox property in the response.
When selecting a location with the
naturalEarth
projection, places selected from the geocoder will fly to the wrong location (but the pin is placed in the correct location).This does not happen for
poi
types from the dropdown so I think it has something to do with thebbox
property of the geocoder API response not being projected since POIs that worked don't have abbox
property in the response.Here's a fiddle I was able to reproduce it on.
https://jsfiddle.net/qL7064jz/
And a video demonstrating the bug
Screen.Recording.2023-02-28.at.4.09.42.PM.mov
If you need any more details let me know.
The text was updated successfully, but these errors were encountered: