-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (52 loc) · 2.04 KB
/
index.html
File metadata and controls
55 lines (52 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="./assets/favicon-PhX6f8xR.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Getting Started with MapServer</title>
<script type="module" crossorigin src="./assets/modulepreload-polyfill-B5Qt9EMX.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-ChCFPO0w.css">
</head>
<body>
<h1>Getting Started with MapServer</h1>
<h2>Mapfile</h2>
<ul>
<li><a href="lines.html">Lines</a></li>
<li><a href="points.html">Points</a></li>
<li><a href="lakes.html">Labels (Lakes)</a></li>
<li><a href="polygons.html">Polygons</a></li>
</ul>
<h2>Inputs</h2>
<ul>
<li><a href="raster.html">Raster</a></li>
<li><a href="stars.html">Stars (Vector)</a></li>
<li><a href="postgis.html">PostGIS (Databases)</a></li>
</ul>
<h2>Outputs</h2>
<ul>
<li><a href="wfs.html">WFS</a></li>
<li><a href="wcs.html">WCS</a></li>
<li><a href="tiles.html">Tiles Mode</a></li>
<li><a href="vector-tiles.html">Vector Tiles</a></li>
<li><a href="ogcapi-features.html">OGC API - Features</a></li>
</ul>
<h2>Advanced</h2>
<ul>
<li><a href="arcgis.html">ArcGIS Feature Server</a></li>
<li><a href="gdalg.html">GDAL Pipelines</a></li>
<li><a href="railways.html">Vector Symbols (Railways)</a></li>
<li><a href="clusters.html">Clusters</a></li>
<!-- <li><a href="direction.html">Direction</a></li> -->
<li><a href="landuse.html">Landuse</a></li>
<li><a href="contours.html">Contours</a></li>
<li><a href="sld.html">SLD - Styled Layer Descriptor</a></li>
<li><a href="stac.html">STAC</a></li>
<li><a href="other-projections.html">Working with non-EPSG Coordinate Reference Systems (CRS)</a></li>
</ul>
<h2>Miscellaneous</h2>
<ul>
<li><a href="fonts.html">Material Icon Symbols</a></li>
</ul>
</body>
</html>