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

Adding information when run `make import-osm`.

closes https://github.com/openmaptiles/openmaptiles/issues/1116
This commit is contained in:
Tomas Pohanka 2021-06-28 22:54:00 +02:00 committed by GitHub
parent 3b8248af63
commit 9600cecf00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.