heightmapper icon indicating copy to clipboard operation
heightmapper copied to clipboard

search for city

Open LANFREDISOFIA opened this issue 6 years ago • 3 comments

I don't have search for city tool..

LANFREDISOFIA avatar Feb 27 '19 12:02 LANFREDISOFIA

same, how to search the city??

embuhnemen avatar May 17 '19 14:05 embuhnemen

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!!

RoronoaZoroSenpai avatar Jan 21 '21 20:01 RoronoaZoroSenpai

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(); });

AntoineFachez avatar Jul 15 '23 16:07 AntoineFachez