Ocean-Data-Map-Project icon indicating copy to clipboard operation
Ocean-Data-Map-Project copied to clipboard

default depth misbehaving

Open VanessaSutton-Pande opened this issue 7 years ago • 3 comments
trafficstars

http://navigator.oceansdata.ca/public/?query=%7B%22center%22%3A%5B%22-58.2102%22%2C%2248.4785%22%5D%2C%22projection%22%3A%22EPSG%3A3857%22%2C%22basemap%22%3A%22topo%22%2C%22dataset_compare%22%3Afalse%2C%22zoom%22%3A6%2C%22dataset%22%3A%22riops_forecast%22%2C%22dataset_1%22%3A%7B%22dataset%22%3A%22giops_day%22%2C%22dataset_attribution%22%3A%22GIOPS%20Daily%20Values%20from%20CONCEPTS%22%2C%22dataset_quantum%22%3A%22day%22%2C%22variable%22%3A%22votemper%22%2C%22variable_scale%22%3A%5B-5%2C30%5D%2C%22depth%22%3A0%2C%22time%22%3A637%7D%2C%22variable%22%3A%22itzocrtx%2Citmecrty%22%2C%22depth%22%3A%2214%22%2C%22vectortype%22%3A%22points%22%2C%22vectorid%22%3A%22Offshore_Oil_Operations%22%2C%22time%22%3A8%7D

VanessaSutton-Pande avatar Dec 05 '17 13:12 VanessaSutton-Pande

Depth dropdown is not shown.

htmlboss avatar Dec 13 '17 16:12 htmlboss

As can be seen in the image the selected data does not have a "depth" option but it is rendering as if a depth of 16m is selected because that was what was selected before changing variables. the data is surface data but the navigator thinks it needs to filter it as if it was lower, it should not do this.

selection_086

Jeffreydaw avatar Jan 16 '18 15:01 Jeffreydaw

It's a front-end thing. Basically we're just hiding the Depth dropdown, and not resetting the depth to 0. Really we need to do both.

htmlboss avatar Jan 24 '18 17:01 htmlboss