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

search for city #18

Open
LANFREDISOFIA opened this issue Feb 27, 2019 · 3 comments
Open

search for city #18

LANFREDISOFIA opened this issue Feb 27, 2019 · 3 comments

Comments

@LANFREDISOFIA
Copy link

I don't have search for city tool..

@embuhnemen
Copy link

same, how to search the city??

@RoronoaZoroSenpai
Copy link

If you could at least search coordinates (I noticed some of your other applications allow you to do so) this tool would be so much more powerful, and usable.

Currently It is really difficult to use. It would be great to search addresses!!

@AntoineFachez
Copy link

Hi Team HeightMapper,

just a brainstorm, but might this be an approach? I share the opinion that a lat/lng gui would improve massively.
Cheers, Antoine

main.js:
gui.add(gui, 'lat', 0).name("latitude").onChange(function(value) {
map_start_location[0] = value;
scene.requestRedraw();
});
gui.add(gui, 'long", 0).name("long").onChange(function(value) {
map_start_location[1] = value;
scene.requestRedraw();
});

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

4 participants