From f50e016c12d9dd9ce14c650aeed55bc5874229f1 Mon Sep 17 00:00:00 2001 From: Harald Schafer Date: Tue, 4 Feb 2020 14:07:35 -0800 Subject: [PATCH] better comments --- common/geocode/reverse.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/geocode/reverse.py b/common/geocode/reverse.py index b648d75c63..982a688190 100644 --- a/common/geocode/reverse.py +++ b/common/geocode/reverse.py @@ -4,7 +4,8 @@ import csv path = os.path.dirname(os.path.abspath(__file__)) csv_file_name = path + '/rg_cities1000.csv' -# right hand drive is the same as left hand traffic +# right hand drive is when the steering wheel is on the right of the car +# left hand traffic is when cars driver on the left side of the road LHT_COUNTRIES = ['AU', 'IN', 'IE', 'JP', 'MU', 'MY', 'NZ', 'UK', 'ZA']