Update index.html
This commit is contained in:
parent
41027dd975
commit
edfb05186f
1 changed files with 6 additions and 2 deletions
|
@ -9,15 +9,19 @@
|
|||
<body>
|
||||
<section>
|
||||
<h1 class="title"><img src="/images/logo.png" alt="TileServerGL" /></h1>
|
||||
<h2 class="subtitle">Map Layers for web and mobile applications.</h2>
|
||||
<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 MapBox GL Native engine on the server side. It provides maps to web and mobile applications. Supported are Mapbox GL JS, Android SDK, iOS SDK, Leaflet, OpenLayers, HighDPI/Retina, GIS via WMTS, etc.
|
||||
<p>
|
||||
<p>
|
||||
For details see the project repository on GitHub
|
||||
<a href="https://github.com/klokantech/tileserver-gl">https://github.com/klokantech/tileserver-gl</a>
|
||||
</p>
|
||||
</section>
|
||||
<footer>
|
||||
<a href="https://www.klokantech.com/" target="_blank"><img src="/images/klokantech.png" /></a>
|
||||
<p>
|
||||
<a href="https://github.com/klokantech/tileserver-gl" target="_blank">TileServer-GL</a> <a href="https://www.klokantech.com/" target="_blank">is an open-source project from Klokan Technologies GmbH.</a>
|
||||
<a href="https://github.com/klokantech/tileserver-gl" target="_blank">TileServer GL</a> <a href="https://www.klokantech.com/" target="_blank">is an open-source project from Klokan Technologies GmbH.</a>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue