From 17854dc2d237baf550423082f4ecb8099dbf12d6 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Fri, 28 Apr 2023 03:32:24 -0400 Subject: [PATCH] mapd: add Germany to offline OSM database list (#70) --- selfdrive/mapd/sp_osm_db.json | 5 +++++ selfdrive/ui/qt/offroad/settings.h | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/selfdrive/mapd/sp_osm_db.json b/selfdrive/mapd/sp_osm_db.json index 6713e8c171..6e625918c0 100644 --- a/selfdrive/mapd/sp_osm_db.json +++ b/selfdrive/mapd/sp_osm_db.json @@ -24,6 +24,11 @@ "waypoint": "69021390", "url": "https://thecorgirosie-my.sharepoint.com/:u:/g/personal/databases_sunnypilot_com/EWtFOVR9mj5CoRpATYR0_tUBWNEcy5jeasp8zO0ZYdduRg?e=Cg0l2Z&download=1" }, + "Germany": { + "name": "germany", + "waypoint": "461526153", + "url": "https://thecorgirosie-my.sharepoint.com/:u:/g/personal/databases_sunnypilot_com/EbNzQuA8jHBCuGch1WY4cuoBJfK1S6m5odj5qMnOu3HA3Q?e=cNDn30&download=1" + }, "Malaysia, Singapore, Brunei": { "name": "malaysia-singapore-brunei", "waypoint": "1112741782", diff --git a/selfdrive/ui/qt/offroad/settings.h b/selfdrive/ui/qt/offroad/settings.h index fb607894c1..ba758414da 100644 --- a/selfdrive/ui/qt/offroad/settings.h +++ b/selfdrive/ui/qt/offroad/settings.h @@ -125,6 +125,12 @@ private: "69021390", "https://thecorgirosie-my.sharepoint.com/:u:/g/personal/databases_sunnypilot_com/EWtFOVR9mj5CoRpATYR0_tUBWNEcy5jeasp8zO0ZYdduRg?e=Cg0l2Z&download=1", }, + { + "Germany", + "germany", + "461526153", + "https://thecorgirosie-my.sharepoint.com/:u:/g/personal/databases_sunnypilot_com/EbNzQuA8jHBCuGch1WY4cuoBJfK1S6m5odj5qMnOu3HA3Q?e=cNDn30&download=1", + }, { "Malaysia, Singapore, Brunei", "malaysia-singapore-brunei",