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:
Yuri Astrakhan
2020-04-09 10:49:35 -04:00
committed by GitHub
parent f55579cd16
commit 4f5ea5f26e
4 changed files with 43 additions and 52 deletions

2
.env
View File

@@ -6,7 +6,7 @@ POSTGRES_PORT=5432
QUICKSTART_MIN_ZOOM=0
QUICKSTART_MAX_ZOOM=7
DIFF_MODE=false
TOOLS_VERSION=4.0.0
TOOLS_VERSION=4.1.0
BBOX=-180.0,-85.0511,180.0,85.0511
MIN_ZOOM=0