rastapasta / mapscii

🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows
MIT License
7.72k stars 250 forks source link

support search for cities/addresses/points of interest #27

Open g33kex opened 7 years ago

g33kex commented 7 years ago

There should be a way to search for a city, a street address, or a point of interest nearby.

Example of search string that should possible :

We could imagine a shortcut such as / (so we'll be typing /seachstring) and then have a drop down menu if there is multiple results.

jaller94 commented 5 years ago

For an easy first implementation I recommend a shortcut like F for find or S for search. While it would be cool to offer this offline from the available map data, I assume that most searches will need to be forwarded to an online API. I have not done any address resolution yet and would be glad to see helping hands.

temco commented 5 years ago

I think so. Searching is a great function for this project and online mode is OK.

cloudlena commented 4 years ago

Great idea. We should also include / as a shortcut to keep the Vim folk happy ;-)

rastapasta commented 4 years ago

There's a long standing vision to create blessed-mapscii for the blessed cli framework - would make a lot of UI thingies much smoother to implement and, at the same time, allowing MapSCII to be used inside any blessed surrounding. Anyone up for the challenge? :)