osm2vectortiles/docs/index.md

37 wiersze
1.2 KiB
Markdown
Czysty Zwykły widok Historia

2015-12-14 10:35:05 +00:00
---
layout: page
2015-12-17 09:28:56 +00:00
title: Documentation
2015-12-14 10:35:05 +00:00
published: true
---
## User Documentation
Get started styling and using vector tiles.
- Getting started
2015-12-16 12:29:14 +00:00
- [Display map with Mapnik and Tessera](/docs/get-started)
- [Display map with Mapbox GL](/docs/display-map-with-mapbox-gl)
- Create your own custom basemap
2015-12-16 12:29:14 +00:00
- [Create a style with Mapbox Studio Classic](/docs/create-map-with-mapbox-studio-classic)
- [Create a style with new Mapbox Studio](/docs/create-map-with-mapbox-studio)
- Hosting
2015-12-16 12:29:14 +00:00
- [Serve raster tiles with Docker](/docs/serve-raster-tiles-docker)
- [Serve vector tiles](/docs/serve-vector-tiles)
- [Use public CDN](/docs/use-public-cdn)
2015-12-14 10:35:05 +00:00
## Developer Documentation
Documentation about how to create vector tiles yourself.
Targeted at people who want to reuse our process or want to contribute.
2015-12-14 10:35:05 +00:00
- Vector Tiles
- [Create your own Vector Tiles](/docs/own-vector-tiles)
2015-12-16 12:29:14 +00:00
- [Layer Reference](/docs/layer-reference)
- [Create your own Extract](/docs/extracts)
- Data Source
- [Data Sources of OSM Vector Tiles](/docs/data-sources)
- Import and Export
2015-12-16 12:29:14 +00:00
- [Import and Export Process](/docs/import-export-process)
2015-12-17 09:44:44 +00:00
- [Database Schema](/docs/database-schema)
2015-12-17 09:51:54 +00:00
- [Imposm Mapping](/docs/imposm-schema)