* rail stations * Create 'railway' POI class with 'station' and 'halt' subclasses * Introduce subway stops as POI * Revert unwanted changes in .env and openmaptiles.yaml * Remove halt key from documentation * Distinguish aeroway and railway station, add tram_stop
9 lines
185 B
Bash
9 lines
185 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
|