kopia lustrzana https://github.com/openmaptiles/openmaptiles
Merge pull request #748 from MartinMikita/minor-readme-updates
Clean README with make commands to easy reading.3.11
commit
36ddca1f98
|
@ -135,7 +135,9 @@ docker-compose run import-osm
|
||||||
Each time you modify layer SQL code run `make` and `make import-sql`.
|
Each time you modify layer SQL code run `make` and `make import-sql`.
|
||||||
|
|
||||||
```
|
```
|
||||||
make clean && make && make import-sql
|
make clean
|
||||||
|
make
|
||||||
|
make import-sql
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you are ready to **generate the vector tiles**. Using environment variables
|
Now you are ready to **generate the vector tiles**. Using environment variables
|
||||||
|
|
Ładowanie…
Reference in New Issue