Skip to content

Commit f7d0e1a

Browse files
committed
Add Man With Two Hats to index.html
1 parent 9cc2293 commit f7d0e1a

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

index.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,55 @@
7575
<mapml-viewer projection="CBMTILE" zoom="2" lat="45" lon="-90" controls controlslist="geolocation">
7676
<map-caption>A pleasing map of Canada</map-caption>
7777
<layer- label="CBMT" src="https://geogratis.gc.ca/mapml/en/cbmtile/cbmt/" checked></layer->
78+
<layer- label="Hat Guy" checked>
79+
<map-meta name="projection" content="CBMTILE"></map-meta>
80+
<map-feature id="twohats" zoom="15" class="twohats">
81+
<map-properties>
82+
<table>
83+
<tr>
84+
<th>code</th>
85+
<td>1200020</td>
86+
</tr>
87+
<tr>
88+
<th>accuracy</th>
89+
<td>26</td>
90+
</tr>
91+
<tr>
92+
<th>valdate</th>
93+
<td>1995</td>
94+
</tr>
95+
<tr>
96+
<th>image</th>
97+
<td><a href="https://www.veterans.gc.ca/eng/remembrance/memorials/national-inventory-canadian-memorials/details/9304">
98+
<img src="https://www.veterans.gc.ca/images/remembrance/memorials/national-inventory-canadian-memorials/mem/35059-173a.jpg" width="60" height="60"/>
99+
</a>
100+
</td>
101+
</tr>
102+
<tr>
103+
<th>theme</th>
104+
<td>FO</td>
105+
</tr>
106+
<tr>
107+
<th>type</th>
108+
<td>2</td>
109+
</tr>
110+
<tr>
111+
<th>elevation</th>
112+
<td>61</td>
113+
</tr>
114+
<tr>
115+
<th>altiaccu</th>
116+
<td>5</td>
117+
</tr>
118+
</table>
119+
</map-properties>
120+
<map-geometry cs="gcrs">
121+
<map-point>
122+
<map-coordinates>-75.705278 45.397778</map-coordinates>
123+
</map-point>
124+
</map-geometry>
125+
</map-feature>
126+
</layer->
78127
</mapml-viewer>
79128
</body>
80129
</html>

0 commit comments

Comments
 (0)