Skip to content
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

Add ability to pipe in coordinates and have these show on map #35

Open
briangranatir opened this issue Nov 22, 2017 · 3 comments
Open

Comments

@briangranatir
Copy link

A great use for this system would be to view events (or alerts) on a map. For example, I have traffic sensors distributed throughout a city. It would be nice if I could pipe in an array of {lat, long} pairs and have markers appear on the map. Then mapscii becomes a great starting point for any monitoring service.

Great project! Keep with it. Thanks.

@rastapasta
Copy link
Owner

Hey @briangranatir, thanks for checking in!

Winter is coming, with it finally more time to be devoted to mapscii - a STDIN GeoJSON input/source is on the top of the list, be it for the local client or even via telnet. Stay tuned and sorry for letting the project starve a bit atm - life. 🤷‍♂️ 😇

@Naheel-Azawy
Copy link

Hello! This is what really made me reach this. I have a script that outputs coordinates continuously that can be for one or multiple markers. What I need is to display markers on the map with different colors or shapes for every coordinate label and keep updating those on the map as they come from stdin.

If I get enough time I might implement this, but to be honest, I'm too lazy to dive and read the entire code for now... @rastapasta if you can only provide me with a lovely "setMarker()" function I guess the rest will be easy for me to implement. And if anyone can implement this entire thing all at once it would be a much grater satisfaction to my laziness!

@jaller94 jaller94 pinned this issue Apr 29, 2022
@jaller94 jaller94 changed the title [enhancement] Add ability to pipe in coordinates and have these show on map Add ability to pipe in coordinates and have these show on map Apr 29, 2022
@testbughub
Copy link

I would love this feature, because I have a GPS tracker for a vehicle that I can get the coordinates from via an API,
and I was thinking it would be a fun project to combine mapscii and the API into a cli app 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants