Add BORDERS_CLEANUP param to .env (#886)

This should be a noop, but will help users that it is available.
pull/874/head
Yuri Astrakhan 2020-05-26 15:37:13 -04:00 zatwierdzone przez GitHub
rodzic dbf130deb0
commit 28af9c0d9a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

5
.env
Wyświetl plik

@ -18,4 +18,9 @@ BBOX=-180.0,-85.0511,180.0,85.0511
MIN_ZOOM=0
MAX_ZOOM=14
# Hide some output from Mapnik tile generation for clarity
FILTER_MAPNIK_OUTPUT=1
# Some area data like openstreetmap.fr can contain invalid references
# that must be cleaned up before using it for borders -- set it to true.
BORDERS_CLEANUP=false