fixed a minor bug when the server info was not passed;
removed debug print statements;
remove annoying ipyleaflet earning on "no feature passed."
Note that when we change the standard_name the changes of hitting something that does not exist is huge b/c we are choosing from a list with all the standard_names in the server. We should update the drop-down menu with the standard_names only from the valid dataset_ids found. I have a code snippet in a comment there but I'll open an issue for @apkrelling later.
In this PR:
Note that when we change the standard_name the changes of hitting something that does not exist is huge b/c we are choosing from a list with all the standard_names in the server. We should update the drop-down menu with the standard_names only from the valid dataset_ids found. I have a code snippet in a comment there but I'll open an issue for @apkrelling later.