Skip to content
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

geocoding locations #3686

Closed
deRightDirection opened this issue Mar 8, 2016 · 1 comment
Closed

geocoding locations #3686

deRightDirection opened this issue Mar 8, 2016 · 1 comment

Comments

@deRightDirection
Copy link

i used the simple interface and filled in an address

first in the flat view: margit sziget (in budapest Hungary)
--> wrong location

so i switched to the 3d version:
--> correct location

did i something wrong?

@hpinkos
Copy link
Contributor

hpinkos commented Mar 8, 2016

Thanks for reporting this @MannusEtten! I've tracked down the problem to an error in our Camera.flyTo function. I've created an issue here with more details: #3688

For now, if you set the geocoder's flightDuration to zero, it will go to the correct location.
Add this to your code:

viewer.geocoder.viewModel.flightDuration = 0;

I'm going to close this issue since it's covered by the issue I opened. Thanks!

@hpinkos hpinkos closed this as completed Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant