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`
14 lines
264 B
Bash
14 lines
264 B
Bash
POSTGRES_DB=openmaptiles
|
|
POSTGRES_USER=openmaptiles
|
|
POSTGRES_PASSWORD=openmaptiles
|
|
POSTGRES_HOST=postgres
|
|
POSTGRES_PORT=5432
|
|
QUICKSTART_MIN_ZOOM=0
|
|
QUICKSTART_MAX_ZOOM=7
|
|
DIFF_MODE=false
|
|
TOOLS_VERSION=4.1.0
|
|
|
|
BBOX=-180.0,-85.0511,180.0,85.0511
|
|
MIN_ZOOM=0
|
|
MAX_ZOOM=14
|