Skip to content

Commit 59ea830

Browse files
committed
1 parent 26c32bc commit 59ea830

File tree

4 files changed

+49
-0
lines changed

4 files changed

+49
-0
lines changed

arcgis.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/x-icon" href="https://openlayers.org/favicon.ico" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>ArcGIS Feature Server</title>
8+
<style>
9+
/* panel styling */
10+
#control-panel {
11+
position: absolute;
12+
bottom: 10px;
13+
left: 10px;
14+
background: rgba(255, 255, 255, 0.9);
15+
padding: 8px 12px;
16+
border-radius: 5px;
17+
box-shadow: 0 2px 6px rgba(0,0,0,0.3);
18+
font-family: sans-serif;
19+
font-size: 14px;
20+
}
21+
22+
#control-panel input[type="checkbox"] {
23+
margin-right: 6px;
24+
}
25+
</style>
26+
<script type="module" crossorigin src="./assets/arcgis-DmMOWUM0.js"></script>
27+
<link rel="modulepreload" crossorigin href="./assets/modulepreload-polyfill-B5Qt9EMX.js">
28+
<link rel="modulepreload" crossorigin href="./assets/Layer-eASHzlz-.js">
29+
<link rel="modulepreload" crossorigin href="./assets/Image-BgtR5omk.js">
30+
<link rel="modulepreload" crossorigin href="./assets/TileProperty-BNZ7Zwkk.js">
31+
<link rel="modulepreload" crossorigin href="./assets/Tile-Y2pTeKLg.js">
32+
<link rel="modulepreload" crossorigin href="./assets/OSM-BFdwjSVW.js">
33+
<link rel="stylesheet" crossorigin href="./assets/Layer-BtPuoxOl.css">
34+
<link rel="stylesheet" crossorigin href="./assets/style-CbnTzL8_.css">
35+
</head>
36+
<body>
37+
<div id="map"></div>
38+
<div id="control-panel">
39+
<label>
40+
<input type="checkbox" id="labelsCheckbox" />
41+
Labels
42+
</label>
43+
</div>
44+
</body>
45+
</html>

assets/arcgis-DmMOWUM0.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/arcgis-DmMOWUM0.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ <h2>Outputs</h2>
3434
</ul>
3535
<h2>Advanced</h2>
3636
<ul>
37+
<li><a href="arcgis.html">ArcGIS Feature Server</a></li>
3738
<li><a href="railways.html">Vector Symbols (Railways)</a></li>
3839
<li><a href="clusters.html">Clusters</a></li>
3940
<li><a href="landuse.html">Landuse</a></li>

0 commit comments

Comments
 (0)