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

Change station icon based on status #63

Open
Salacas opened this issue Jun 18, 2024 · 1 comment
Open

Change station icon based on status #63

Salacas opened this issue Jun 18, 2024 · 1 comment
Assignees

Comments

@Salacas
Copy link
Collaborator

Salacas commented Jun 18, 2024

Inside the map, show each station with an alert sign if there is an issue with it. Otherwise, the icon should be a green triangle.

Backend should implement its version of StationInfoRecord.station_info_gaps() inside https://github.com/demiangomez/Parallel.GAMIT/blob/master/classes/pyStationInfo.py in order to set the station status

@demiangomez
Copy link
Owner

We can probably use the same standard icons has in PG:
http://maps.google.com/mapfiles/kml/shapes/placemark_square.png -> in green or red if we are showing continuous vs survey data (determined by the number of observations: < 100 survey; > 100 continuous).
http://maps.google.com/mapfiles/kml/shapes/caution.png -> for a problem with metadata

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

3 participants