-
Notifications
You must be signed in to change notification settings - Fork 257
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
Go to a specific coordinate. #105
Comments
any way to start the map in a cordenates from command line ? |
@pedroelbanquero if you look into the |
I think your initial idea @array-in-a-matrix would require some form of interactive prompt, which is non trivial to implement... In the same spirit, I'd love to be able to There are a few Technically, this would also require some wildcard DNS configuration, and to forward/retrieve the actual hostname specified in the TCP request... What do you think about this idea @rastapasta ? |
Also about those command line arguments, one thing that I've noticed is that they don't even seem to work half of the time. |
Ahoi, sorry for being so late to the discussion 😊 Next to an interactive interface, the idea of passing parameters via a subdomain is pretty lovely! Only blocking issue I see here: the telnet protocol doesn't consider the transfer of a given host name (compared to the HTTP protocol's Host header field) 😢 This might be compensated in a (already half-implemented) ssh-server, but unlikely to be achieved in an telnet based approach. Still: the easy way of (pre)selecting a location/feeding a geojson is top priority atm |
Thank you for your answer @rastapasta! |
It would be cool to press " / " then paste or type a coordinate and have the map automatically locate and render that area.
The text was updated successfully, but these errors were encountered: