Use v4.1, move import-wikidata before import-sql (#805)
import-wikidata should run before import-sql, and v4.1 allows for that.
Also it optimizes the wd_names table to just be a simple Wikidata ID -> labels lookup, with a proper index.
Minor other changes:
* `test-perf-null` target is now part of the Makefile
* `./data/osmstat.txt` is no longer created
* area download file now in this format: `${osm_area}-latest.osm.pbf`
This commit is contained in:
@@ -30,7 +30,7 @@ tileset:
|
||||
- am # Amharic
|
||||
- ar # Arabic
|
||||
- az # Azerbaijani, Latin
|
||||
- be # Belarusian
|
||||
- be # Belorussian
|
||||
- bg # Bulgarian
|
||||
- br # Breton, Latin
|
||||
- bs # Bosnian, Latin
|
||||
|
||||
Reference in New Issue
Block a user