remove automatic osmfr choice (#902)

Resolves #895
pull/903/head
Adam 2020-05-27 17:34:53 +03:00 zatwierdzone przez GitHub
rodzic 99c6be722d
commit c6fff879ac
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -55,10 +55,7 @@ fi
if [ $# -eq 2 ]; then
osm_server=$2
else
if [ ${osm_area} != $(basename ${osm_area}) ]; then
# Only openstreetmap.fr has area hierarchy
osm_server=osmfr
elif [[ ${osm_area} == [[:upper:]]* ]]; then
if [[ ${osm_area} == [[:upper:]]* ]]; then
# Only bbbike area names are capitalized
osm_server=bbbike
else