OpenMapTiles is an extensible and open tile schema based on the OpenStreetMap.
 
 
 
Go to file
lukasmartinelli 500e6bf81f Add README 2016-10-05 19:47:00 +02:00
README.md Add README 2016-10-05 19:47:00 +02:00

README.md

Vector Data Source

This is the data source for the vector tile schema of OSM2VectorTiles. It contains the tm2source project and the required database schema (views, functions).

The vector data sources stands as separate repository to foster collaboration with Wikipedia and make it easier to fork the style without forking OSM2VectorTiles as well.

Requirements

This vector tile schema depends on a database containing several different data sources which need to be imported first. You can use your own ETL process or use the Docker containers from OSM2VectorTiles.

Your PostGIS database needs the following data imported

Schema

The vector data source is using zoom level views for each layer and contains useful functions. The PostgreSQL code can be found in sql.

TODO: Write import container