...
The Magics marker set contains classic markers such as dot, cross, square but also weather or clouds symbols.
An advanced mode has beed added. Using advanced mode means that the colour and height of the plotted symbols are determined automatically according to configurable rules.
HTML |
---|
<div id="magics"> </div> <script src="http://code.jquery.com/jquery-latest.js"></script> <script src="http://software.ecmwf.int/wiki/download/attachments/13207038/magdoc.js"></script> <link rel="stylesheet" type="text/css" href="http://software.ecmwf.int/wiki/download/attachments/13207038/magics.css" /> <script> load("http://software.ecmwf.int/wiki/download/attachments/14156168/symb.json"); </script> |
...