kopia lustrzana https://github.com/openmaptiles/openmaptiles
Add notice into README about import-osm (#1118)
Adding information when run `make import-osm`. closes https://github.com/openmaptiles/openmaptiles/issues/1116pull/1129/head
rodzic
3b8248af63
commit
9600cecf00
|
@ -130,6 +130,13 @@ make import-wikidata
|
||||||
```
|
```
|
||||||
|
|
||||||
### Work on Layers
|
### 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`.
|
Each time you modify layer SQL code run `make` and `make import-sql`.
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue