Commit a434156
authored
Various MATS bugfixes (#1368)
- Added documentation link to top navigation bar.
- Fixed bug where the upper air app erroneously displayed the "Region
Mode" selector when "Truth" was set to some sort of AMDAR. Users should
not be offered a choice of region mode for AMDAR, as AMDAR is predefined
region only.
- Clicking Restore Settings no longer removes all added curves unless
the user then clicks confirm.
- Clicking Restore Settings no longer changes the values on the blue
curve selector buttons (although it may by necessity change plot type).
- Fixed bug where the default legend text wouldn't appear on the Edit
Legend modal.
- Reordered curve legends to be more concise and display forecast lead
time earlier.
- Made modals larger.File tree
20 files changed
+408
-358
lines changed- apps
- airQuality/server
- cb-metar/server
- ceil-vis15/server
- ceil-vis/server
- ensemble/server
- landuse/server
- precipAccum/server
- precipGauge/server
- precipitation1hr/server
- ptype/server
- radar/server
- scorecard/server
- surface/server
- surfrad/server
- upperair/server
- home
- static/css
- templates
20 files changed
+408
-358
lines changedSubmodule MATScommon updated 18 files
- meteor_packages/mats-common/lib/plot_util.js+5-149
- meteor_packages/mats-common/public/MATSReleaseNotes.html+21
- meteor_packages/mats-common/templates/about/about.html+6-7
- meteor_packages/mats-common/templates/changePlotType/changePlotType.html+1-1
- meteor_packages/mats-common/templates/curves/curve_item.html+1-1
- meteor_packages/mats-common/templates/curves/curve_item.js+3-2
- meteor_packages/mats-common/templates/curves/curve_list.html+1-1
- meteor_packages/mats-common/templates/curves/curve_param_item_group.html+1-1
- meteor_packages/mats-common/templates/error/error.html+1-1
- meteor_packages/mats-common/templates/graph/graph.html+6-6
- meteor_packages/mats-common/templates/graph/graph.js+6-3
- meteor_packages/mats-common/templates/help/help.html+1-1
- meteor_packages/mats-common/templates/info/info.html+1-1
- meteor_packages/mats-common/templates/plot/plot_list.html+2-2
- meteor_packages/mats-common/templates/plot/plot_list.js+2-1
- meteor_packages/mats-common/templates/selectorItems/map.html+1-1
- meteor_packages/mats-common/templates/topnav/top_nav.html+54-46
- meteor_packages/mats-common/templates/topnav/top_nav.js+18
Submodule METexpress updated 9 files
- MATScommon+1-1
- apps/met-anomalycor/server/main.js+19-19
- apps/met-cyclone-cb/server/main.js+14-14
- apps/met-cyclone/server/main.js+14-14
- apps/met-ensemble/server/main.js+24-24
- apps/met-object/server/main.js+11-11
- apps/met-precip/server/main.js+20-20
- apps/met-surface/server/main.js+20-20
- apps/met-upperair/server/main.js+19-19
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1265 | 1265 | | |
1266 | 1266 | | |
1267 | 1267 | | |
1268 | | - | |
1269 | | - | |
| 1268 | + | |
| 1269 | + | |
1270 | 1270 | | |
| 1271 | + | |
1271 | 1272 | | |
1272 | 1273 | | |
1273 | 1274 | | |
1274 | 1275 | | |
1275 | | - | |
1276 | | - | |
1277 | | - | |
| 1276 | + | |
| 1277 | + | |
1278 | 1278 | | |
1279 | 1279 | | |
1280 | 1280 | | |
| |||
1297 | 1297 | | |
1298 | 1298 | | |
1299 | 1299 | | |
1300 | | - | |
1301 | | - | |
| 1300 | + | |
| 1301 | + | |
1302 | 1302 | | |
| 1303 | + | |
1303 | 1304 | | |
1304 | 1305 | | |
1305 | 1306 | | |
1306 | 1307 | | |
1307 | 1308 | | |
1308 | | - | |
1309 | | - | |
| 1309 | + | |
1310 | 1310 | | |
1311 | 1311 | | |
1312 | 1312 | | |
| |||
1333 | 1333 | | |
1334 | 1334 | | |
1335 | 1335 | | |
| 1336 | + | |
1336 | 1337 | | |
1337 | 1338 | | |
1338 | 1339 | | |
1339 | | - | |
1340 | | - | |
| 1340 | + | |
1341 | 1341 | | |
1342 | 1342 | | |
1343 | 1343 | | |
| |||
1357 | 1357 | | |
1358 | 1358 | | |
1359 | 1359 | | |
1360 | | - | |
1361 | | - | |
| 1360 | + | |
| 1361 | + | |
1362 | 1362 | | |
| 1363 | + | |
1363 | 1364 | | |
1364 | 1365 | | |
1365 | 1366 | | |
1366 | 1367 | | |
1367 | | - | |
1368 | 1368 | | |
1369 | 1369 | | |
1370 | 1370 | | |
| |||
1387 | 1387 | | |
1388 | 1388 | | |
1389 | 1389 | | |
1390 | | - | |
1391 | | - | |
| 1390 | + | |
| 1391 | + | |
1392 | 1392 | | |
| 1393 | + | |
1393 | 1394 | | |
1394 | 1395 | | |
1395 | 1396 | | |
1396 | 1397 | | |
1397 | | - | |
1398 | 1398 | | |
1399 | 1399 | | |
1400 | 1400 | | |
| |||
1417 | 1417 | | |
1418 | 1418 | | |
1419 | 1419 | | |
| 1420 | + | |
1420 | 1421 | | |
1421 | 1422 | | |
1422 | 1423 | | |
1423 | | - | |
1424 | | - | |
| 1424 | + | |
1425 | 1425 | | |
1426 | 1426 | | |
1427 | 1427 | | |
| |||
1441 | 1441 | | |
1442 | 1442 | | |
1443 | 1443 | | |
1444 | | - | |
1445 | | - | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
1446 | 1447 | | |
1447 | 1448 | | |
1448 | 1449 | | |
1449 | | - | |
1450 | 1450 | | |
1451 | 1451 | | |
1452 | 1452 | | |
| |||
1467 | 1467 | | |
1468 | 1468 | | |
1469 | 1469 | | |
| 1470 | + | |
1470 | 1471 | | |
1471 | 1472 | | |
1472 | 1473 | | |
1473 | 1474 | | |
1474 | | - | |
1475 | | - | |
| 1475 | + | |
1476 | 1476 | | |
1477 | 1477 | | |
1478 | 1478 | | |
| |||
1495 | 1495 | | |
1496 | 1496 | | |
1497 | 1497 | | |
| 1498 | + | |
1498 | 1499 | | |
1499 | 1500 | | |
1500 | 1501 | | |
1501 | 1502 | | |
1502 | | - | |
1503 | | - | |
| 1503 | + | |
1504 | 1504 | | |
1505 | 1505 | | |
1506 | 1506 | | |
| |||
1521 | 1521 | | |
1522 | 1522 | | |
1523 | 1523 | | |
| 1524 | + | |
1524 | 1525 | | |
1525 | 1526 | | |
1526 | 1527 | | |
1527 | 1528 | | |
1528 | | - | |
1529 | | - | |
| 1529 | + | |
1530 | 1530 | | |
1531 | 1531 | | |
1532 | 1532 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1497 | 1497 | | |
1498 | 1498 | | |
1499 | 1499 | | |
1500 | | - | |
1501 | | - | |
| 1500 | + | |
| 1501 | + | |
1502 | 1502 | | |
| 1503 | + | |
1503 | 1504 | | |
1504 | 1505 | | |
1505 | 1506 | | |
1506 | | - | |
1507 | | - | |
1508 | | - | |
| 1507 | + | |
| 1508 | + | |
1509 | 1509 | | |
1510 | 1510 | | |
1511 | 1511 | | |
| |||
1539 | 1539 | | |
1540 | 1540 | | |
1541 | 1541 | | |
1542 | | - | |
1543 | | - | |
| 1542 | + | |
| 1543 | + | |
1544 | 1544 | | |
| 1545 | + | |
1545 | 1546 | | |
1546 | 1547 | | |
1547 | 1548 | | |
1548 | 1549 | | |
1549 | | - | |
1550 | | - | |
| 1550 | + | |
1551 | 1551 | | |
1552 | 1552 | | |
1553 | 1553 | | |
| |||
1583 | 1583 | | |
1584 | 1584 | | |
1585 | 1585 | | |
1586 | | - | |
1587 | | - | |
| 1586 | + | |
| 1587 | + | |
1588 | 1588 | | |
| 1589 | + | |
1589 | 1590 | | |
1590 | 1591 | | |
1591 | | - | |
1592 | | - | |
| 1592 | + | |
1593 | 1593 | | |
1594 | 1594 | | |
1595 | 1595 | | |
| |||
1620 | 1620 | | |
1621 | 1621 | | |
1622 | 1622 | | |
1623 | | - | |
1624 | | - | |
| 1623 | + | |
| 1624 | + | |
1625 | 1625 | | |
| 1626 | + | |
1626 | 1627 | | |
1627 | 1628 | | |
1628 | 1629 | | |
1629 | | - | |
1630 | 1630 | | |
1631 | 1631 | | |
1632 | 1632 | | |
| |||
1660 | 1660 | | |
1661 | 1661 | | |
1662 | 1662 | | |
1663 | | - | |
1664 | | - | |
| 1663 | + | |
| 1664 | + | |
1665 | 1665 | | |
| 1666 | + | |
1666 | 1667 | | |
1667 | 1668 | | |
1668 | 1669 | | |
1669 | | - | |
1670 | 1670 | | |
1671 | 1671 | | |
1672 | 1672 | | |
| |||
1700 | 1700 | | |
1701 | 1701 | | |
1702 | 1702 | | |
| 1703 | + | |
1703 | 1704 | | |
1704 | 1705 | | |
1705 | | - | |
1706 | | - | |
| 1706 | + | |
1707 | 1707 | | |
1708 | 1708 | | |
1709 | 1709 | | |
| |||
1734 | 1734 | | |
1735 | 1735 | | |
1736 | 1736 | | |
1737 | | - | |
1738 | | - | |
| 1737 | + | |
| 1738 | + | |
| 1739 | + | |
1739 | 1740 | | |
1740 | 1741 | | |
1741 | 1742 | | |
1742 | | - | |
1743 | 1743 | | |
1744 | 1744 | | |
1745 | 1745 | | |
| |||
1770 | 1770 | | |
1771 | 1771 | | |
1772 | 1772 | | |
1773 | | - | |
1774 | | - | |
| 1773 | + | |
| 1774 | + | |
1775 | 1775 | | |
| 1776 | + | |
1776 | 1777 | | |
1777 | 1778 | | |
1778 | 1779 | | |
1779 | | - | |
1780 | | - | |
| 1780 | + | |
1781 | 1781 | | |
1782 | 1782 | | |
1783 | 1783 | | |
| |||
1811 | 1811 | | |
1812 | 1812 | | |
1813 | 1813 | | |
| 1814 | + | |
1814 | 1815 | | |
1815 | 1816 | | |
1816 | 1817 | | |
1817 | | - | |
1818 | | - | |
| 1818 | + | |
1819 | 1819 | | |
1820 | 1820 | | |
1821 | 1821 | | |
| |||
1847 | 1847 | | |
1848 | 1848 | | |
1849 | 1849 | | |
| 1850 | + | |
1850 | 1851 | | |
1851 | 1852 | | |
1852 | 1853 | | |
1853 | | - | |
1854 | | - | |
| 1854 | + | |
1855 | 1855 | | |
1856 | 1856 | | |
1857 | 1857 | | |
| |||
0 commit comments