Add component description for import-sql

pull/310/head^2^2
lukasmartinelli 2016-05-01 20:58:16 +02:00
rodzic e9d1dc39e9
commit db6f78e7ef
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,14 @@
# import-sql
The **import-sql** component is responsible to import the SQL used for the different layers. It will also generate SQL code for different classifications and code to detect changed tiles and table management commands for different layers.
## Usage
### Docker
This needs to run after **import-external** and **import-osm**. Only after **import-sql** has been run can you start generating vector tiles.
```
docker-compose run import-sql
```