OSM2VectorTiles makes is possible to create vector tiles from OpenStreetMap data. (UPGRADE TO OpenMapTiles!)
 
 
 
 
 
 
Go to file
Manuel Roth 7fd442e435 Merge pull request #34 from geometalab/feature/travis
Travis CI Support for Import
2015-10-13 16:06:38 +02:00
database Merge pull request #34 from geometalab/feature/travis 2015-10-13 16:06:38 +02:00
gatling Add better formating for results 2015-10-12 21:40:50 +02:00
osm-bright-2.tm2source Add water_label 2015-09-25 06:50:10 +00:00
tileserver Handle case when a directory with the tm2 project is mounted to the /data volume, but the directory still does not contain a tm2 project 2015-09-26 17:07:12 +02:00
.travis.yml Test import in Travis 2015-10-13 10:40:56 +02:00
LICENSE Initial commit 2015-09-07 12:42:46 +02:00
Makefile Show output logs after running postgis container. 2015-10-13 10:48:42 +02:00
README.md Give better overview in README.md 2015-10-13 09:13:45 +02:00

README.md

osm2vectortiles

Create Mapbox Streets compatible vector tiles for custom styling with Mapbox Studio Classic and provide easy deployment methods.

Get started

Create a custom OSM base map

TODO: Create documentation for cartographer

Deploy a custom OSM base map

TODO: Create documentation for sysadmin

Components

The project consists of several components.

Import

Import toolchain based on Imposm 3 to import OpenStreetMap data into a PostGIS database. The mapping is optimized for fast generation of vectortiles.

Import Step

Export

Export toolchain consisting of a custom tm2source project based on the import mapping and tools to scale exporting of the vectortiles horizontally.

Export Step

Tileserver

A very easy tileserver where you can simply drop in your tm2 style project and our produced mbtiles file and it will serve a custom styled OSM map.

Tileserver Step

Flow

High level flow of the two containers