Closed enriquetuya closed 8 years ago
@redhog
[x] right now the only title that is uppercase is the one on the selected blade, we want all blade titles to be uppercase, no matter if they are selected or not.
flags
filter label should be Flag
The "flags" title is taken from the selection name in the workspace, see https://github.com/GlobalFishingWatch/pelagos-client/blob/devel/js/app/Visualization/UI/FilterViewer.js#L45
Here is a workspace excerpt for how this is controlled - I've changed flags to Flags:
{
"map": {
"animations": [
{
"args": {
"columns": {
"filter": {
"name": "filter",
"source": {
"_": null,
"Flags": -1,
"timerange": -1
},
"type": "Float32"
}
},
"selections": {
"Flags": {
"data": {"category": [{"__jsonclass__": ["Number","-Infinity"]},{"__jsonclass__": ["Number","Infinity"]}]},
"header": {"length": 2},
"max_range_count": 10,
"sortcols": ["category"]
}
}
}
}
],
}
}
Notes:
Based on https://github.com/GlobalFishingWatch/GFW-Tasks/issues/312
We need to remove the UPPERCASE from everywhere except the BLADES Title on the side menu.