kopia lustrzana https://github.com/openmaptiles/openmaptiles
Remove mention of now-gone `make import-borders` (#1259)
After commitpull/1246/head^2b4b897999d
the `make import-borders` rule no longer exists, but it's still mentioned in the README a couple of times. This PR removes those references. Some [cleanup files are also mentioned in `.env`](4d6945b935/.env (L42-L44)
). I'm not sure if those lines can be removed too, because the variables are used in [`bin/import-borders`](3796c4eab0/bin/import-borders (L8-L10)
) in the `openmaptiles/openmaptiles-tools` repo.
rodzic
5fb15d5c31
commit
ac577fe014
|
@ -114,11 +114,10 @@ make download area=albania
|
|||
```
|
||||
|
||||
[Import OpenStreetMap data](https://github.com/openmaptiles/openmaptiles-tools/tree/master/docker/import-osm) with the mapping rules from
|
||||
`build/mapping.yaml` (which has been created by `make`). Run after any change in layers definition. Also create borders table using extra processing with [osmborder](https://github.com/pnorman/osmborder) tool.
|
||||
`build/mapping.yaml` (which has been created by `make`). Run after any change in layers definition.
|
||||
|
||||
```bash
|
||||
make import-osm
|
||||
make import-borders
|
||||
```
|
||||
|
||||
Import labels from Wikidata. If an OSM feature has [Key:wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata), OpenMapTiles check corresponding item in Wikidata and use its [labels](https://www.wikidata.org/wiki/Help:Label) for languages listed in [openmaptiles.yaml](openmaptiles.yaml). So the generated vector tiles includes multi-languages in name field.
|
||||
|
@ -162,7 +161,6 @@ make start-db # start up the database container.
|
|||
make import-data # Import external data from OpenStreetMapData, Natural Earth and OpenStreetMap Lake Labels.
|
||||
make download area=albania # download albania .osm.pbf file -- can be skipped if a .osm.pbf file already existing
|
||||
make import-osm # import data into postgres
|
||||
make import-borders # create borders table
|
||||
make import-wikidata # import Wikidata
|
||||
make import-sql # create / import sql funtions
|
||||
make generate-bbox-file # compute data bbox -- not needed for the whole planet
|
||||
|
|
Ładowanie…
Reference in New Issue