/usr/share/marble/data/legend.html is in marble-data 4:17.12.3-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <!DOCTYPE html>
<html>
<head>
<title>Marble: Legend</title>
%!{bootstrap}%
<link href="legend.css" rel="stylesheet" type="text/css" />
</head>
<body onload="1">
<!--
To add a custom checkbox that can be monitored through
LegendBrowser's API use this syntax:
<a href="checkbox:checkboxid"><span style="text-decoration: none"><img src="checkbox:checkboxid"> </span></a>
where "checkboxid" needs to be replaced by a unique identifier
string of your choice.
-->
<div class="well well-small well-legend">
<label class="section-head"><a href="checkbox:cities"/><span>Populated Places</span></label>
<div>
<i>Population:</i>
</div>
<div>
<img src="./bitmaps/city_1_red.png">
<img src="./bitmaps/city_1_orange.png">
<img src="./bitmaps/city_1_yellow.png">
<img src="./bitmaps/city_1_white.png">
</div>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="10">
</td>
<td align="left" valign="top">
> 1 000 000
</td>
</tr>
</table>
<div>
<img src="./bitmaps/city_2_red.png">
<img src="./bitmaps/city_2_orange.png">
<img src="./bitmaps/city_2_yellow.png">
<img src="./bitmaps/city_2_white.png">
</div>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="10">
</td>
<td align="left" valign="top">
≥ 100 000
</td>
</tr>
</table>
<div>
<img src="./bitmaps/city_3_red.png">
<img src="./bitmaps/city_3_orange.png">
<img src="./bitmaps/city_3_yellow.png">
<img src="./bitmaps/city_3_white.png">
</div>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="10">
</td>
<td align="left" valign="top">
≥ 10 000
</td>
</tr>
</table>
<div>
<img src="./bitmaps/city_4_red.png">
<img src="./bitmaps/city_4_orange.png">
<img src="./bitmaps/city_4_yellow.png">
<img src="./bitmaps/city_4_white.png">
</div>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="10">
</td>
<td align="left" valign="top">
< 10 000
</td>
</tr>
</table>
<br/>
<div>
<i>Capitals:</i>
</div>
<div>
Red: Nation
</div>
<div>
Orange: State
</div>
<div>
Yellow: County
</div>
<div>
White: None
</div>
</div>
<!-- The following comment gives a hint to the MarbleLegendBrowser where further
legend items which get generated from DGML should get inserted.
So DO NOT DELETE this comment: -->
<!-- ##customLegendEntries:all## -->
<!-- You can still appendfurther html and Marble-specific html attributes here: -->
<br>
</body>
|