33 lines
1.4 KiB
HTML
33 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>TileServerGL</title>
|
|
<link rel="stylesheet" type="text/css" href="/index.css" />
|
|
</head>
|
|
<body>
|
|
<section>
|
|
<h1 class="title"><img src="/images/logo.png" alt="TileServerGL" /></h1>
|
|
<h2 class="subtitle">Vector and raster maps with GL styles</h2>
|
|
<p>
|
|
An open-source map server made for vector tiles, and able to render into raster tiles with MapLibre GL Native engine on the server side.
|
|
</p>
|
|
<p>
|
|
It provides maps to web and mobile applications. Supported are MapLibre GL JS, Android SDK, iOS SDK, Leaflet, OpenLayers, HighDPI/Retina, GIS via WMTS, etc.
|
|
</p>
|
|
<p>
|
|
For details see the project repository on GitHub:<br/>
|
|
<a href="https://github.com/maptiler/tileserver-gl">https://github.com/maptiler/tileserver-gl</a>
|
|
</p>
|
|
</section>
|
|
<footer>
|
|
<a href="https://www.maptiler.com/" target="_blank"><img src="/images/maptiler-logo.svg" /></a>
|
|
<p>
|
|
<a href="https://github.com/maptiler/tileserver-gl" target="_blank">TileServer GL</a>
|
|
<a href="https://www.maptiler.com/" target="_blank">is an open-source project from MapTiler team.</a><br>
|
|
Check <a href="https://www.maptiler.com/server/">MapTiler Server for maps on-prem</a> and <a href="https://www.maptiler.com/data/">MapTiler Data for self-hosting of maps</a>.
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|