usnistgov / SpectrumBrowser

ITL
12 stars 11 forks source link

Information to show when hovering over a sensor marker on the map #68

Open MichaelCotton opened 9 years ago

MichaelCotton commented 9 years ago

Right now, we hover over a marker and see the following info: SensorID, {Lat, Lon, Alt}, SensorID, {Sensor Model, Antenna, Measurement Type}, {Start, End}, Freq Ranges, M4 Occupancy Stats, Acquisition Count. That's too much info for the hover box in my opinion. I suggest we only show: SensorID, {Start, End}, Freq Ranges. The other info should show up in the Sensor Info box when marker is highlighted. This might help us w the hover box off the map issue.

ranganathanm commented 9 years ago

I suggest we keep the Acquisition Count and show the Acquisition Count for the selected range when the marker is selected.

It will not necessarily help with the hover box off the map. Whether or not this gets clipped depends upon the location of the marker. You have two choices - reposition the map automatically to show the hover box in its entirety (confusing as it makes the map move under your feet) OR the hover box gets clipped for markers at the edge of the map (however the user can always reposition the map by dragging it around).

DEFERRED until after the Federated System Implementation.