tangrams / heightmapper

interactive heightmaps from terrain data
http://tangrams.github.io/heightmapper
MIT License
410 stars 120 forks source link

search for city #18

Open LANFREDISOFIA opened 5 years ago

LANFREDISOFIA commented 5 years ago

I don't have search for city tool..

embuhnemen commented 5 years ago

same, how to search the city??

RoronoaZoroSenpai commented 3 years ago

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 commented 1 year ago

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