...
A symbol in this context is a number (the value at the location), a text string , (given by the user) or a Magics marker.
The Magics marker set contains classic markers such as dot, cross, square but also weather or clouds symbols.
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> |
...