Add notice into README about import-osm (#1118)

Adding information when run `make import-osm`.

closes https://github.com/openmaptiles/openmaptiles/issues/1116
pull/1129/head
Tomas Pohanka 2021-06-28 22:54:00 +02:00 zatwierdzone przez GitHub
rodzic 3b8248af63
commit 9600cecf00
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -130,6 +130,13 @@ make import-wikidata
```
### Work on Layers
Each time you modify a layer's `mapping.yaml` file or add new OSM tags, run `make` and `make import-osm` to recreate tables (potentially with additional data) in PostgreSQL. With the new data, there can be new Wikidata records also.
```
make clean
make
make import-osm
make import-wikidata
```
Each time you modify layer SQL code run `make` and `make import-sql`.