File indexing completed on 2024-04-21 03:48:24

0001 <!DOCTYPE html>
0002 <html>
0003 <head>
0004   <title>Marble: Legend</title>
0005   %!{bootstrap}%
0006   <link href="legend.css" rel="stylesheet" type="text/css" />
0007 </head>
0008 <body onload="1">
0009 
0010 <!-- 
0011     To add a custom checkbox that can be monitored through 
0012     LegendBrowser's API use this syntax:
0013 
0014 <a href="checkbox:checkboxid"><span style="text-decoration: none"><img src="checkbox:checkboxid">&nbsp;</span></a> 
0015 
0016     where "checkboxid" needs to be replaced by a unique identifier 
0017     string of your choice.
0018 -->
0019 
0020 <div class="well well-small well-legend">
0021   <label class="section-head"><a href="checkbox:cities"/><span>Populated Places</span></label>
0022   <div>
0023     <i>Population:</i>
0024   </div>
0025   <div>
0026     <img src="./bitmaps/city_1_red.png">
0027     <img src="./bitmaps/city_1_orange.png">
0028     <img src="./bitmaps/city_1_yellow.png">
0029     <img src="./bitmaps/city_1_white.png">
0030   </div>
0031   <table border="0" cellpadding="0" cellspacing="0" width="100%">
0032     <tr>
0033       <td align="left" valign="top" width="10"> 
0034         &nbsp;
0035       </td>
0036       <td align="left" valign="top"> 
0037         &gt; 1&nbsp;000&nbsp;000
0038       </td>
0039     </tr>
0040   </table>
0041   <div>
0042     <img src="./bitmaps/city_2_red.png">
0043     <img src="./bitmaps/city_2_orange.png">
0044     <img src="./bitmaps/city_2_yellow.png">
0045     <img src="./bitmaps/city_2_white.png">
0046   </div>
0047   <table border="0" cellpadding="0" cellspacing="0" width="100%">
0048     <tr>
0049       <td align="left" valign="top" width="10"> 
0050         &nbsp;
0051       </td>
0052       <td align="left" valign="top"> 
0053         &ge; 100&nbsp;000
0054       </td>
0055     </tr>
0056   </table>
0057   <div>
0058     <img src="./bitmaps/city_3_red.png">
0059     <img src="./bitmaps/city_3_orange.png">
0060     <img src="./bitmaps/city_3_yellow.png">
0061     <img src="./bitmaps/city_3_white.png">
0062   </div>
0063   <table border="0" cellpadding="0" cellspacing="0" width="100%">
0064     <tr>
0065       <td align="left" valign="top" width="10"> 
0066         &nbsp;
0067       </td>
0068       <td align="left" valign="top"> 
0069         &ge; 10&nbsp;000
0070       </td>
0071     </tr>
0072   </table>
0073   <div>
0074     <img src="./bitmaps/city_4_red.png">
0075     <img src="./bitmaps/city_4_orange.png">
0076     <img src="./bitmaps/city_4_yellow.png">
0077     <img src="./bitmaps/city_4_white.png">
0078   </div>
0079   <table border="0" cellpadding="0" cellspacing="0" width="100%">
0080     <tr>
0081       <td align="left" valign="top" width="10"> 
0082         &nbsp;
0083       </td>
0084       <td align="left" valign="top"> 
0085         &lt; 10&nbsp;000
0086       </td>
0087     </tr>
0088   </table>
0089 <br/>
0090   <div>
0091     <i>Capitals:</i>
0092   </div>
0093   <div>
0094     Red:&nbsp;Nation
0095   </div>
0096   <div>
0097     Orange:&nbsp;State
0098   </div>
0099   <div>
0100     Yellow:&nbsp;County
0101   </div>
0102   <div>
0103     White:&nbsp;None
0104   </div>
0105 </div>
0106 <!-- The following comment gives a hint to the MarbleLegendBrowser where further 
0107      legend items which get generated from DGML should get inserted.
0108      So DO NOT DELETE this comment: -->
0109 
0110 <!-- ##customLegendEntries:all## -->
0111 
0112 <!-- You can still appendfurther html and Marble-specific html attributes here: -->
0113 
0114 <br>
0115 </body>