diff --git a/selfdrive/mapd/mapd.py b/selfdrive/mapd/mapd.py index 1ae7b6aabc..1c309ac092 100755 --- a/selfdrive/mapd/mapd.py +++ b/selfdrive/mapd/mapd.py @@ -35,7 +35,8 @@ from selfdrive.version import version, dirty OVERPASS_API_URL = "https://overpass.kumi.systems/api/interpreter" OVERPASS_HEADERS = { - 'User-Agent': 'NEOS (comma.ai)' + 'User-Agent': 'NEOS (comma.ai)', + 'Accept-Encoding': 'gzip' } last_gps = None