Open LANFREDISOFIA opened 5 years ago
same, how to search the city??
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!!
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(); });
I don't have search for city tool..