-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
Geocoder lon/lat bug #4713
Comments
@erikmaarten could you look at this when you're making other improvements to the geocoder during the code sprint? |
So we have special code that handles numbers-only entries that uses Cesium lon/lat/alt order to zoom instead of Bind. I'm guessing 39N 75W ends up using Bing for the geocode while 39, -75 uses Cesium. This is probably easy to change, but I'm not sure how we really want it to work. I'm 90% sure we will end up leaving it as-is, since it's imperfect input anyway, but I'm open to ideas. |
It's also possible that Bing didn't handle numbers when we added the Cesium-specific code path, we could probably go Bing-only if it now fits the bill. |
yep, i'm sure that's exactly what's happening. Bing is geocoding it and returning lat/lon and then if you hit enter again it goes into our custom code that does lon/lat |
I'll change the geocoder service for lat/long take this into account after #4723 has been merged. |
Reported on the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/pbt7SSTR6CY
The text was updated successfully, but these errors were encountered: