remove automatic osmfr choice (#902)

Resolves #895
This commit is contained in:
Adam 2020-05-27 17:34:53 +03:00 committed by GitHub
parent 99c6be722d
commit c6fff879ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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