kopia lustrzana https://github.com/osm2vectortiles/osm2vectortiles
75 wiersze
3.4 KiB
Markdown
75 wiersze
3.4 KiB
Markdown
---
|
|
layout: page
|
|
title: Documentation
|
|
published: true
|
|
---
|
|
|
|
## Documentation
|
|
|
|
The following tutorials explain how you can use the OSM2VectorTiles project. Feel free to submit an [issue](https://github.com/osm2vectortiles/osm2vectortiles/issues/new), if you think something is missing.
|
|
|
|
<div class="row">
|
|
<div class="col12">
|
|
<a href="/docs/getting-started" class="docs-section">
|
|
<div class="col6">
|
|
<h2>Getting Started</h2>
|
|
<p>Quickly get started using OSM2VectorTiles to display maps in your browser. This tutorial explains how to serve downloaded Vector Tiles and use them in your browser.</p>
|
|
</div>
|
|
</a>
|
|
<a href="/docs/create-map-with-mapbox-studio" class="docs-section">
|
|
<div class="col6">
|
|
<h2>Design beautiful maps with Mapbox Studio</h2>
|
|
<p>Design beautiful maps in Mapbox Studio and use it together with OSM2VectorTiles to host your own map.</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col12">
|
|
<a href="/docs/own-vector-tiles" class="docs-section">
|
|
<div class="col6">
|
|
<h2>Generate your own Vector Tiles</h2>
|
|
<p>Run the process to generate Vector Tiles yourself. In this tutorial you will learn how to use OSM2VectorTiles to create Vector Tiles for your disired region.</p>
|
|
</div>
|
|
</a>
|
|
<a href="/docs/extracts" class="docs-section">
|
|
<div class="col6">
|
|
<h2>Create your own Extract</h2>
|
|
<p>Can't find your desired region in the downloads section? No problem, this tutorial will show you how to create your own extract.</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
## Introduction Video
|
|
|
|
[Video introduction](https://www.youtube.com/watch?v=Wh--DHRULkE) to vector tiles, the project and how to use provided vector tiles to create your own styles and maps.
|
|
We recommend watching this video to get a broad overview what can be done with OSM2VectorTiles and then dig into the tutorials.
|
|
|
|
<iframe style="width: 728px; height: 410px; margin: 0 auto; display: block;" src="https://www.youtube.com/embed/Wh--DHRULkE" frameborder="0" allowfullscreen></iframe>
|
|
|
|
## Vector Tile Video Series
|
|
|
|
[Tobin Bradley](http://fuzzytolerance.info/) created an awesome video tutorial series
|
|
that will educate you more in-depth about web maps, vector tiles and using OSM2VectorTiles.
|
|
|
|
<iframe width="430" height="242" src="https://www.youtube.com/embed/xI7QkEodCac" frameborder="0" style="display: inline;" allowfullscreen></iframe>
|
|
|
|
<iframe width="430" height="242" src="https://www.youtube.com/embed/GPArNrRL79Q" frameborder="0" style="display: inline;" allowfullscreen></iframe>
|
|
|
|
<iframe width="430" height="242" src="https://www.youtube.com/embed/6nLZVdbmSYw" frameborder="0" style="display: inline;" allowfullscreen></iframe>
|
|
|
|
## Academic Material
|
|
|
|
OSM2VectorTiles arose from a bachelor project. The original thesis
|
|
is available publicly and if you wan't to dig deeper you are welcome
|
|
to read the thesis.
|
|
|
|
- Bachelor Thesis
|
|
- [Updatable Vector Tiles from OpenStreetMap](https://cdn.rawgit.com/osm2vectortiles/bachelor-thesis/882a46977f7b984fc59be188335127d62921c44c/thesis.pdf)
|
|
|
|
## FOSSGIS
|
|
|
|
[German presentation of OSM2VectorTiles](https://www.youtube.com/watch?v=lG7atynI8Pk) at FOSSGIS 2016 showing a general introduction into vector tiles and
|
|
a demo how to serve your own vector tiles and create your own style.
|
|
|
|
<iframe style="width: 728px; height: 410px; margin: 0 auto; display: block;" src="https://www.youtube.com/embed/lG7atynI8Pk" frameborder="0" allowfullscreen></iframe>
|