-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathfeatureLinks.html
More file actions
145 lines (136 loc) · 4.87 KB
/
featureLinks.html
File metadata and controls
145 lines (136 loc) · 4.87 KB
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<title>Feature Link Test</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" src="web-map.js"></script>
<style>
[is=web-map] {
width: 100%;
height: 400px;
max-width: 100%;
}
.transparency {
opacity: 0.2;
}
</style>
</head>
<body>
<map style="height: 500px;width:500px;" is="web-map" projection="CBMTILE" zoom="2" lat="45.5052040" lon="-75.2202344"
controls>
<layer- label="Arizona" checked>
<map-meta name="projection" content="CBMTILE"></map-meta>
<map-meta name="zoom" content="min=1,max=5,value=0"></map-meta>
<map-meta name="cs" content="gcrs"></map-meta>
<map-meta name="extent" content="zoom=0,top-left-column=0,top-left-row=0,bottom-right-column=5,bottom-right-row=5"></map-meta>
<map-link id="first" rel="stylesheet" type="text/css" href="first.css"></map-link>
<map-style>
.second {
stroke: aqua;
}
</map-style>
<map-style>
.third {
stroke: blue
}
</map-style>
<map-link id="forth" rel="stylesheet" type="text/css" href="forth.css"></map-link>
<map-feature id="tabstop-one" zoom="2" class="refDiff">
<map-featurecaption>Accessible Square</map-featurecaption>
<map-properties>
<h1>Test</h1>
<a href="www.example.com">test</a>
</map-properties>
<map-geometry cs="tilematrix">
<map-polygon>
<map-coordinates>11 11 12 11 12 12 11 12 <map-a id="tabstop-two" href="cbmtgeom.mapml" target="_blank">11 11</map-a></map-coordinates>
</map-polygon>
</map-geometry>
</map-feature>
<map-feature zoom="2" class="refDiff">
<map-properties>
<h1>Test</h1>
</map-properties>
<map-geometry cs="pcrs">
<map-a id="tabstop-three" href="cbmtgeom.mapml" target="_blank">
<map-polygon>
<map-coordinates>257421 -3567196 -271745 1221771 -3896544 242811 -3183549 -2613313</map-coordinates>
</map-polygon>
</map-a>
</map-geometry>
</map-feature>
<map-feature zoom="2" class="refDiff">
<map-featurecaption>Inplace</map-featurecaption>
<map-properties>
<h1>Test</h1>
</map-properties>
<map-geometry cs="tcrs">
<map-a id="tabstop-four" href="cbmtgeom.mapml" target="_blank">
<map-geometrycollection>
<map-polygon>
<map-coordinates>2771 3106 2946 3113 2954 3210 2815 3192</map-coordinates>
</map-polygon>
<map-a href="fdi.mapml" target="_blank" inplace>
<map-point>
<map-coordinates>2745 3218</map-coordinates>
</map-point>
</map-a>
</map-geometrycollection>
</map-a>
</map-geometry>
</map-feature>
<map-feature zoom="2" class="refDiff">
<map-properties>
<h1>Test</h1>
</map-properties>
<map-geometry cs="tilematrix">
<map-a id="tabstop-five" href="http://geogratis.gc.ca/mapml/en/cbmtile/cbmtgeom/" target="_self" type="text/html">
<map-geometrycollection>
<map-polygon>
<map-coordinates>9 10 10 10 10 11 9 11 9 10</map-coordinates>
</map-polygon>
<map-a id="tabstop-six" href="http://geogratis.gc.ca/mapml/en/cbmtile/fdi/" target="_top" type="text/html">
<map-point>
<map-coordinates>10.5 11</map-coordinates>
</map-point>
</map-a>
</map-geometrycollection>
</map-a>
</map-geometry>
</map-feature>
<map-feature zoom="2" class="refDiff">
<map-properties>
<h1>Test</h1>
</map-properties>
<map-geometry cs="tilematrix">
<map-a id="tabstop-seven" href="http://geogratis.gc.ca/mapml/en/cbmtile/cbmtgeom/" target="_parent" type="text/html">
<map-geometrycollection>
<map-polygon>
<map-coordinates>9 10 10 10 10 11 9 11 9 10</map-coordinates>
</map-polygon>
<map-a id="tabstop-eight" href="http://geogratis.gc.ca/mapml/en/cbmtile/fdi/" target="_blank" type="text/html">
<map-point>
<map-coordinates>10.5 11</map-coordinates>
</map-point>
</map-a>
</map-geometrycollection>
</map-a>
</map-geometry>
</map-feature>
<map-feature zoom="2" class="refDiff">
<map-properties>
<h1>Test</h1>
</map-properties>
<map-geometry cs="tilematrix">
<map-a id="tabstop-nine" href="data/vector-tile-test.mapml#2,-98,37" target="_blank">
<map-polygon>
<map-coordinates>10.5 11 10.75 11 10.75 11.25 10.5 11.25 10.5 11</map-coordinates>
</map-polygon>
</map-a>
</map-geometry>
</map-feature>
</layer->
</map>
</body>
</html>