You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Map needs to show nearby stations, as requested in the point 24
Dropping a mark in the map shows a broken icon image
The map is allowing to drop multiple marks, which is confusing
Updating coordinates in one field does not update the coordinates of the other methods, as requested in point 24: If one method is used, the others should reflect the values entered immediately
User experience for this window is sub-optimal. A scroll bar appears when one opens the map, and the size of the map makes navigation uncomfortable.
Maybe the station code, network code, etc should be in a single line to make space for the map and avoid the scroll bar.
The text was updated successfully, but these errors were encountered:
Marker still not showing up correctly and window now only has a "close" (x) button which from a UX point of view is confusing. Will click X accept the coordinate entered by the user or not? Also, once the marker is dropped it cannot be moved. Slider for distance is nice but cannot be slided. When sliding it the map scrolls instead of change the radius. Tested in both Chrome and Firefox.
No more than 3 decimal places in ECEF coordinates (same rules as for metadata)
Lat lon should not have more than 8 decimal places and height should not have more than 3 decimal places, 1e-8 is not a valid height. Again, same as for metadata. This seems to happen when selecting form the map.
The map only allows to pick a coordinate it does not show the coordinate entered in the boxes. In other words, if a coordinate is entered in ECEF or lat lon height, when clicking on the map the marker should show the position and allow corrections. Since from the map the user cannot height, force height to zero UNLESS the user had already entered a height.
Because the window has no cancel button, when clicking outside of the box the window goes away (which is fine) but clicking on + again brings up the window with the values previously entered. This is okay, but maybe we should include a clear all button. I'm open to suggestions here.
The text was updated successfully, but these errors were encountered: